From c374fbcf17fd7b890465baf9fac6806cd7fea3fd Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Tue, 5 Dec 2023 21:48:43 -0700 Subject: [PATCH] adding support for local updates --- gpush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpush b/gpush index fa61713..5c95c96 100755 --- a/gpush +++ b/gpush @@ -1,7 +1,7 @@ #!/bin/zsh # Catch any input that is invalid. -if [[ $# -eq 0 || ($# -gt 1 && ( $1 != "-l" || $1 != "--local" )) ]]; then +if [[ $# -eq 0 ]]; then echo "\nImproper usage. Try:" echo "\ngpush [ \"message\" | -h | --help ]" echo " gpush \"init commit\""