Fix X file mode

pull/2141/head
Shelikhoo 2019-10-30 15:53:04 +08:00
parent a43cd8acf5
commit 0e39a08e10
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 1 deletions

2
release/tagrelease.sh Normal file → Executable file
View File

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