Skip to content

Commit 65132db

Browse files
committed
FIX fix name origanization circleci (#632)
1 parent 0de197e commit 65132db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/push_doc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MSG="Pushing the docs to $dir/ for branch: $CIRCLE_BRANCH, commit $CIRCLE_SHA1"
2727

2828
cd $HOME
2929
if [ ! -d $DOC_REPO ];
30-
then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGAMIZATION"/"$DOC_REPO".git";
30+
then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGANIZATION"/"$DOC_REPO".git";
3131
fi
3232
cd $DOC_REPO
3333
git config core.sparseCheckout true

0 commit comments

Comments
 (0)