aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-23 17:43:05 +0800
committertypebrook <typebrook@gmail.com>2020-04-23 17:43:05 +0800
commit0f64e108ba5dc7dff075b67dcab2b10390608a92 (patch)
tree5135edfa6086a5936fadfd690f20e2f6cd29410c
parentbe55fb98c1c2340fbc7bec2f4bb26877411a19ca (diff)
update
-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