aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist2
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}