template: Usage command when args < 2

This commit is contained in:
tschettervictor
2025-03-06 18:27:41 -07:00
committed by GitHub
parent 0ac761d8ef
commit f1e3de3acc

View File

@@ -147,7 +147,7 @@ while [ "$#" -gt 0 ]; do
done
if [ $# -lt 2 ]; then
bastille_usage
usage
fi
TARGET="${1}"