dh docker: bugfix wrong path in rm prev snapshots

This commit is contained in:
pedro 2024-11-27 01:28:19 +01:00 committed by Cayo Puigdefabregas
parent f43aaf6ac6
commit 850678fbe4

View file

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