dh docker: bugfix wrong path in rm prev snapshots

This commit is contained in:
pedro 2024-11-27 01:28:19 +01:00
parent 3ab21b8c32
commit eec14f4ffb

View file

@ -136,7 +136,7 @@ config_phase() {
config_dpp_part1 config_dpp_part1
# cleanup other spnapshots and copy dlt/dpp snapshots # cleanup other spnapshots and copy dlt/dpp snapshots
rm example/example/snapshots/* rm example/snapshots/*
cp example/dpp-snapshots/*.json example/snapshots/ cp example/dpp-snapshots/*.json example/snapshots/
fi fi