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 6da8ca4 commit 36c7846Copy full SHA for 36c7846
scripts/setup_quickstart_framework.sh
@@ -16,7 +16,7 @@ set -ex
16
17
REPO=`pwd`
18
if [ ! -d "quickstart-ios" ]; then
19
- git clone https://github.com/firebase/quickstart-ios.git
+ git clone https://github.com/firebase/quickstart-ios.git
20
fi
21
QS_SCRIPTS="${REPO}"/quickstart-ios/scripts
22
cd quickstart-ios/"${SAMPLE}"
0 commit comments