Skip to content

Commit ab6fa42

Browse files
committed
Wrong name again
1 parent ae6870c commit ab6fa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd $(dirname $0)
66
##############################
77
# VALIDATE FIREBASEUI REPO #
88
##############################
9-
# Ensure the checked out geofire branch is master
9+
# Ensure the checked out firebaseui branch is master
1010
CHECKED_OUT_BRANCH="$(git branch | grep "*" | awk -F ' ' '{print $2}')"
1111
if [[ $CHECKED_OUT_BRANCH != "master" ]]; then
1212
echo "Error: Your FirebaseUI-Android repo is not on the master branch."

0 commit comments

Comments
 (0)