Skip to content

Commit

Permalink
fix typo in push_doc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chyikwei committed Sep 11, 2018
1 parent 919a215 commit d5e2c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/circleci/push_doc.sh
Expand Up @@ -38,7 +38,7 @@ for name in $(ls -A $HOME/$DOC_REPO); do
done

# Copy the new build docs
cp -R GENERATED_DOC_DIR ./
cp -R $GENERATED_DOC_DIR ./

git config --global user.email $EMAIL
git config --global user.name $USERNAME
Expand Down

0 comments on commit d5e2c00

Please sign in to comment.