diff options
author | typebrook <typebrook@gmail.com> | 2020-01-20 15:14:31 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-20 15:14:31 +0800 |
commit | 703e0f3d97b5615d61b869b44251fafcecb948ca (patch) | |
tree | 1bf3227ebd322a37e572403954b3acbc8712843c /scripts/gist | |
parent | 99581596fe5338fa949d720691f5ce1b6c0a631e (diff) |
update
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index e12d77e..ca47f7f 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -269,7 +269,8 @@ case "$1" in | |||
269 | sync | S) | 269 | sync | S) |
270 | _sync_repos ;; | 270 | _sync_repos ;; |
271 | detail | d) | 271 | detail | d) |
272 | _show_detail "$2" ;; | 272 | shift |
273 | _show_detail "$@" ;; | ||
273 | delete | D) | 274 | delete | D) |
274 | shift | 275 | shift |
275 | _delete_gist "$@" ;; | 276 | _delete_gist "$@" ;; |