diff options
author | typebrook <typebrook@gmail.com> | 2020-02-06 15:00:09 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-06 15:00:09 +0800 |
commit | 002584c34a020bdbed5d355d5ce6fde2497c434b (patch) | |
tree | a3cd6e0a2b764d0f21b13c199fd1e0f2e4d264f8 /scripts/gist | |
parent | d97c47f56b99704b4aca772d1f4f29256f22dcd5 (diff) |
update
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 2 |
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 | *) |