Skip to content

Commit ae6870c

Browse files
committed
Wrong repo/project name
1 parent 37764c4 commit ae6870c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ set -e
33

44
cd $(dirname $0)
55

6-
###########################
7-
# VALIDATE GEOFIRE REPO #
8-
###########################
6+
##############################
7+
# VALIDATE FIREBASEUI REPO #
8+
##############################
99
# Ensure the checked out geofire branch is master
1010
CHECKED_OUT_BRANCH="$(git branch | grep "*" | awk -F ' ' '{print $2}')"
1111
if [[ $CHECKED_OUT_BRANCH != "master" ]]; then

0 commit comments

Comments
 (0)