We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37764c4 commit ae6870cCopy full SHA for ae6870c
release.sh
@@ -3,9 +3,9 @@ set -e
3
4
cd $(dirname $0)
5
6
-###########################
7
-# VALIDATE GEOFIRE REPO #
8
+##############################
+# VALIDATE FIREBASEUI REPO #
9
# Ensure the checked out geofire branch is master
10
CHECKED_OUT_BRANCH="$(git branch | grep "*" | awk -F ' ' '{print $2}')"
11
if [[ $CHECKED_OUT_BRANCH != "master" ]]; then
0 commit comments