Run shellcheck autofix.
This commit is contained in:
parent
e8555d2ea7
commit
fed5683a7f
6 changed files with 106 additions and 106 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue