Skip to content

Commit 36c7846

Browse files
authored
Apply suggestion from @ncooke3
1 parent 6da8ca4 commit 36c7846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_quickstart_framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -ex
1616

1717
REPO=`pwd`
1818
if [ ! -d "quickstart-ios" ]; then
19-
git clone https://github.com/firebase/quickstart-ios.git
19+
git clone https://github.com/firebase/quickstart-ios.git
2020
fi
2121
QS_SCRIPTS="${REPO}"/quickstart-ios/scripts
2222
cd quickstart-ios/"${SAMPLE}"

0 commit comments

Comments
 (0)