diff options
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 3d4a2f7..5af02c9 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -105,7 +105,7 @@ _goto_gist() { | |||
105 | echo Not a valid gist number: $1 | 105 | echo Not a valid gist number: $1 |
106 | echo Use the number in the first column instead: | 106 | echo Use the number in the first column instead: |
107 | echo | 107 | echo |
108 | show_list | 108 | _show_list |
109 | return 0 | 109 | return 0 |
110 | fi | 110 | fi |
111 | 111 | ||