From a9bc4a2bfead3cd9e7c95c74869a1f2f465c8b4a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 24 Apr 2024 01:35:59 -0400 Subject: [PATCH] Fix getopts --- publish-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-nix.sh b/publish-nix.sh index 8a0ed9d..e15dd28 100755 --- a/publish-nix.sh +++ b/publish-nix.sh @@ -8,7 +8,7 @@ # Optional parameters NO_BUILD=false -while getopts "uba" OPTION +while getopts "b" OPTION do case $OPTION in b)