2
0
Fork 0

rebuild-with-backend-core-tweaks: Bump backend-core
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details

backend-update
pull/46/head
Ambrose Chua 2019-10-02 00:29:54 +08:00
parent b9183f0da7
commit be0e27260e
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
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