Skip to content
Browse files

Wrong name again

  • Loading branch information...
1 parent ae6870c commit ab6fa4271650d40c12d5907028d957b52653c4c6 @puf puf committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 release.sh
View
2 release.sh
@@ -6,7 +6,7 @@ cd $(dirname $0)
##############################
# VALIDATE FIREBASEUI REPO #
##############################
-# Ensure the checked out geofire branch is master
+# Ensure the checked out firebaseui branch is master
CHECKED_OUT_BRANCH="$(git branch | grep "*" | awk -F ' ' '{print $2}')"
if [[ $CHECKED_OUT_BRANCH != "master" ]]; then
echo "Error: Your FirebaseUI-Android repo is not on the master branch."

0 comments on commit ab6fa42

Please sign in to comment.
Something went wrong with that request. Please try again.