Skip to content

Commit 07c98dc

Browse files
crwilcoxtheacodes
authored andcommitted
fix path error for docs building script (googleapis#5609)
1 parent b022ca9 commit 07c98dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eo pipefail
44

5-
cd ${KOKORO_ARTIFACTS_DIR}/git/google-cloud-python
5+
cd ${KOKORO_ARTIFACTS_DIR}/github/google-cloud-python
66
pwd
77
ls
88
env

0 commit comments

Comments
 (0)