diff options
Diffstat (limited to 'scripts')
| -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 "$@" ;; |