Run shellcheck autofix.

This commit is contained in:
Benoit Marty 2024-06-11 15:27:02 +02:00
parent e8555d2ea7
commit fed5683a7f
6 changed files with 106 additions and 106 deletions

View file

@ -22,6 +22,6 @@ echo "Zipping the contents of the 'files' directory..."
mkdir -p tmp
rm -f ./tmp/file_templates.zip
pushd ./tools/templates/files
pushd ./tools/templates/files || exit
zip -r ../../../tmp/file_templates.zip .
popd
popd || exit