diff options
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 de9ec6f..4682255 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -293,7 +293,7 @@ _configure() { | |||
| 293 | 293 | ||
| 294 | case "$1" in | 294 | case "$1" in |
| 295 | "") | 295 | "") |
| 296 | show_list $index ;; | 296 | _show_list $index ;; |
| 297 | star | s) | 297 | star | s) |
| 298 | _show_list $starred ;; | 298 | _show_list $starred ;; |
| 299 | update | u) | 299 | update | u) |