Skip to content

Commit 5c346cf

Browse files
committed
Fixing comment description in update_docs.sh.
1 parent 8c9aaaa commit 5c346cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -ev
1818

1919
if [[ "${TRAVIS_BRANCH}" == "master" ]] && \
2020
[[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
21-
# Generate new set of json files in docs/json/master.
21+
# Build new docset in docs/_build from master.
2222
tox -e docs
2323
git submodule add -b gh-pages \
2424
"https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME}" \

0 commit comments

Comments
 (0)