diff options
author | typebrook <typebrook@gmail.com> | 2020-01-22 18:19:44 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-22 18:19:44 +0800 |
commit | bafd8e42b22437c383720c923f491bbf7a55ec36 (patch) | |
tree | 71251ba4eb38dde954c6b2f1ea57f58449be501b | |
parent | 844ac3f003db495822d298ae18379a2220c1d723 (diff) |
update
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index db316d6..67dade5 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -169,7 +169,7 @@ _gist_id() { | |||
169 | echo -e "Not a valid index: \e[31m$1\e[0m" | 169 | echo -e "Not a valid index: \e[31m$1\e[0m" |
170 | echo Use the index number in the first column instead: | 170 | echo Use the index number in the first column instead: |
171 | echo | 171 | echo |
172 | _show_list "$index $starred" | 172 | _show_list "$index" |
173 | exit 1 | 173 | exit 1 |
174 | fi | 174 | fi |
175 | } | 175 | } |