Merge branch 'devel' into 'main'

fix pushd

See merge request release-engineering/public/toolkit!36
This commit is contained in:
Louis Abel 2021-11-11 00:01:45 +00:00
commit e4e25187df
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
{} "${TARGET}"
# Return back to where we started
popd "$(dirname "$0")" || { echo "${COMPOSE}: Failed to change back"; break; }
popd || { echo "${COMPOSE}: Failed to change back"; break; }
done