aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index 83f6c62..d77730c 100755
--- a/gist
+++ b/gist
@@ -757,7 +757,7 @@ case "$1" in
757 _show_list ;; 757 _show_list ;;
758 star | s) 758 star | s)
759 mark=s _show_list ;; 759 mark=s _show_list ;;
760 all ) 760 all | a)
761 mark=. _show_list ;; 761 mark=. _show_list ;;
762 fetch | f) 762 fetch | f)
763 _fetch_gists "$2" ;; 763 _fetch_gists "$2" ;;