We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de197e commit 65132dbCopy full SHA for 65132db
build_tools/circle/push_doc.sh
@@ -27,7 +27,7 @@ MSG="Pushing the docs to $dir/ for branch: $CIRCLE_BRANCH, commit $CIRCLE_SHA1"
27
28
cd $HOME
29
if [ ! -d $DOC_REPO ];
30
-then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGAMIZATION"/"$DOC_REPO".git";
+then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGANIZATION"/"$DOC_REPO".git";
31
fi
32
cd $DOC_REPO
33
git config core.sparseCheckout true
0 commit comments