From d7862f6fee66e8537477994cfe0cde13cb1387f2 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:46:22 -0700 Subject: [PATCH] Fix colon --- usr/local/bin/bastille | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index ad3e392a..d9ff5bcf 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -233,7 +233,7 @@ case "${CMD}" in update) ;; upgrade) ;; verify) ;; - zfs) ;: + zfs) ;; *) usage ;;