Browse Source

Fix X file mode

Shelikhoo 6 years ago
parent
commit
0e39a08e10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release/tagrelease.sh

+ 1 - 1
release/tagrelease.sh

@@ -16,7 +16,7 @@ TRIGGER_REASON_B=${TRIGGER_REASON:0:${#CONST_refsB}}
 
 if [ $TRIGGER_REASON_B != $CONST_refsB ]
 then
-  echo "not a tag/B"
+  echo "not a tag (B)"
   exit
 fi