aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index cf09f6f..b1bfda9 100755
--- a/gist
+++ b/gist
@@ -318,7 +318,7 @@ _show_list() {
318 local pinned_tags=( $pin ) 318 local pinned_tags=( $pin )
319 echo 319 echo
320 echo Pinned tags: "${pinned_tags[*]/#/#} " 320 echo Pinned tags: "${pinned_tags[*]/#/#} "
321 elif [[ $hint == 'true' ]]; then 321 elif [[ -z $INPUT && $hint == 'true' ]]; then
322 echo 322 echo
323 echo 'Run "gist fetch" to keep gists up to date, or "gist help" for more details' > /dev/tty 323 echo 'Run "gist fetch" to keep gists up to date, or "gist help" for more details' > /dev/tty
324 fi 324 fi