aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index 37dc997..3cdf96c 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -496,7 +496,7 @@ case "$1" in
496 _grep_content "$@" ;; 496 _grep_content "$@" ;;
497 push | p) 497 push | p)
498 shift 498 shift
499 _push_to_remote "$@" ;; 499 _push_to_remote "$1" ;;
500 help | h) 500 help | h)
501 usage ;; 501 usage ;;
502 *) 502 *)