We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6870c commit ab6fa42Copy full SHA for ab6fa42
release.sh
@@ -6,7 +6,7 @@ cd $(dirname $0)
6
##############################
7
# VALIDATE FIREBASEUI REPO #
8
9
-# Ensure the checked out geofire branch is master
+# Ensure the checked out firebaseui branch is master
10
CHECKED_OUT_BRANCH="$(git branch | grep "*" | awk -F ' ' '{print $2}')"
11
if [[ $CHECKED_OUT_BRANCH != "master" ]]; then
12
echo "Error: Your FirebaseUI-Android repo is not on the master branch."
0 commit comments