Skip to content

Commit

Permalink
fix(internal): fix Bash syntax (#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpg committed Mar 8, 2021
1 parent dc15995 commit 3dd245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/publish_docs.sh
Expand Up @@ -35,7 +35,7 @@ if [[ -n "$FORCE_GENERATE_ALL" ]]; then
for m in $(find . -name go.mod -execdir go list -m \; | grep -v internal); do
godocfx -out obj/api/$m@latest $m
done
if [[ -n "$MODULE" ]]; then
elif [[ -n "$MODULE" ]]; then
godocfx "$MODULE"
else
godocfx -project $GCLOUD_TESTS_GOLANG_PROJECT_ID -new-modules cloud.google.com/go
Expand Down

0 comments on commit 3dd245d

Please sign in to comment.