verify: Fix wrong var name when removing wrong template

This commit is contained in:
tschettervictor
2025-04-21 17:05:26 -06:00
committed by GitHub
parent 78764e581c
commit 4cd63e5057

View File

@@ -143,7 +143,7 @@ verify_template() {
if [ "${_hook_validate}" -lt 1 ]; then
error_notify "No valid template hooks found."
error_notify "Template discarded."
rm -rf "${bastille_template}"
rm -rf "${_template_path}"
exit 1
fi