From f1e3de3acce9204577ab9c39f6e3a1c1779a516e Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 6 Mar 2025 18:27:41 -0700 Subject: [PATCH] template: Usage command when args < 2 --- usr/local/share/bastille/template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/template.sh b/usr/local/share/bastille/template.sh index eec08752..1ff943a3 100644 --- a/usr/local/share/bastille/template.sh +++ b/usr/local/share/bastille/template.sh @@ -147,7 +147,7 @@ while [ "$#" -gt 0 ]; do done if [ $# -lt 2 ]; then - bastille_usage + usage fi TARGET="${1}"