aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-22 11:30:59 +0800
committertypebrook <typebrook@gmail.com>2020-01-22 11:30:59 +0800
commit1be1b0cf8b02a7879a536fc4842ec4ec2d165bd7 (patch)
tree7415b541c36a9a4d5af87cc027e6850b8c703fbd
parent300eb7fffb79f615dd9f8231e1eff91b8cee973f (diff)
update
-rwxr-xr-xscripts/gist2
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
294case "$1" in 294case "$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)