diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 88bc7b9..763a32c 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -258,7 +258,7 @@ case "$1" in | |||
258 | "") | 258 | "") |
259 | _show_list $index ;; | 259 | _show_list $index ;; |
260 | star | s) | 260 | star | s) |
261 | _show_list $starred ;; | 261 | _show_list $starred ;; |
262 | update | u) | 262 | update | u) |
263 | _update "$2" ;; | 263 | _update "$2" ;; |
264 | new | n) | 264 | new | n) |