fix shellcheck

This commit is contained in:
tschettervictor
2025-04-21 17:24:59 -06:00
committed by GitHub
parent 4feef07ca7
commit 601cd1c9cb

View File

@@ -433,7 +433,7 @@ bootstrap_template() {
# Remove the cloned repo
if [ -n "${_user}" ]; then
rm -r "${bastille_templatesdir}/${_user}"
rm -r "${bastille_templatesdir:?}/${_user:?}"
fi
else