aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index b68d8c8..2c0e817 100755
--- a/gist
+++ b/gist
@@ -759,7 +759,7 @@ _show_tags() {
759 759
760 echo 760 echo
761 if [[ ${#pinned_tags} == 0 ]]; then 761 if [[ ${#pinned_tags} == 0 ]]; then
762 echo 'Run "gist pin <tag1> <tag2>..." to pin tags' 762 echo 'Run "gist pin <tag1> <tag2>..." to pin/unpin tags'
763 else 763 else
764 echo Pinned tags: "${pinned_tags[@]/#/#}" 764 echo Pinned tags: "${pinned_tags[@]/#/#}"
765 fi 765 fi