Skip to content

Commit 6da8ca4

Browse files
committed
script
1 parent d87dddd commit 6da8ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup_quickstart_framework.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ set -ex
1616

1717
REPO=`pwd`
1818
if [ ! -d "quickstart-ios" ]; then
19-
git clone https://github.com/firebase/quickstart-ios.git
20-
git checkout nc/quickstarts
19+
git clone https://github.com/firebase/quickstart-ios.git
2120
fi
2221
QS_SCRIPTS="${REPO}"/quickstart-ios/scripts
2322
cd quickstart-ios/"${SAMPLE}"
23+
git checkout nc/quickstarts
2424

2525
if [[ ! -z "$LEGACY" ]]; then
2626
cd "Legacy${SAMPLE}Quickstart"

0 commit comments

Comments
 (0)