2
0
Fork 0

rebuild-with-backend-core-tweaks #46

Manually merged
ambrose merged 1 commits from rebuild-with-backend-core-tweaks into master 2019-10-02 00:31:10 +08:00
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5e9e8a57f20f918875bd8449dafd3ee04181327c
Subproject commit 0d7a4be43b059153ad1f486eda11e9a2b69b1946

View File

@ -8,7 +8,7 @@ repo=beep/backend
branch="$1"
message="$2"
if [ -z $branch ] || [ $branch = "-h" ]; then
if [[ -z $branch ]] || [[ $branch = "-h" ]]; then
echo "Usage: $0 type/short-description [message]"
exit 1
fi