From 65132dbeeab92a099002f0447759fc0ac8118523 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Fri, 8 Nov 2019 23:12:43 +0100 Subject: [PATCH] FIX fix name origanization circleci (#632) --- build_tools/circle/push_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/circle/push_doc.sh b/build_tools/circle/push_doc.sh index 649a8cf58..c7e2db83e 100755 --- a/build_tools/circle/push_doc.sh +++ b/build_tools/circle/push_doc.sh @@ -27,7 +27,7 @@ MSG="Pushing the docs to $dir/ for branch: $CIRCLE_BRANCH, commit $CIRCLE_SHA1" cd $HOME if [ ! -d $DOC_REPO ]; -then git clone --depth 1 --no-checkout -b master "git@github.com:"$ORGAMIZATION"/"$DOC_REPO".git"; +then git clone --depth 1 --no-checkout -b master "git@github.com:"$ORGANIZATION"/"$DOC_REPO".git"; fi cd $DOC_REPO git config core.sparseCheckout true