From befa75f8f0a9ac60efc990e496d1c9d74023d0b5 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 31 Jul 2022 19:27:46 -0700 Subject: [PATCH] reduce required arguments --- sync/sync-to-staging-sig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/sync-to-staging-sig.sh b/sync/sync-to-staging-sig.sh index 2005d89..a7b729a 100644 --- a/sync/sync-to-staging-sig.sh +++ b/sync/sync-to-staging-sig.sh @@ -4,9 +4,9 @@ # shellcheck disable=SC2046,1091,1090 source "$(dirname "$0")/common" -if [[ $# -eq 0 ]] || [[ $# -eq 1 ]]; then +if [[ $# -eq 0 ]]; then echo "Not enough information." - echo "You must use: shortname sig" + echo "You must use: sig" exit 1 fi