E570 chore: bootstrapper code clean up (#11963) · googleapis/google-cloud-python@8971b02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8971b02

Browse files
authored
chore: bootstrapper code clean up (#11963)
Addresses #11959 (comment)
1 parent 63668fe commit 8971b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/python-bootstrap-container/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ sed -i -e "s|apiProductDocumentation|$PRODUCT_DOCS_URL|" "${WORKSPACE_DIR}/${MON
112112
# If the API is `cloud`, the docs will be published to `cloud.google.com`.
113113
# For non-cloud, the docs will be published to `googleapis.dev`.
114114
if [[ $FOLDER_NAME =~ "cloud" ]]; then
115-
CLIENT_DOCS_URL="$(echo https://cloud.google.com/python/docs/reference/$FOLDER_NAME/latest)"
115+
CLIENT_DOCS_URL="https://cloud.google.com/python/docs/reference/$FOLDER_NAME/latest"
116116
else
117-
CLIENT_DOCS_URL="$(echo https://googleapis.dev/python/$FOLDER_NAME/latest)"
117+
CLIENT_DOCS_URL="https://googleapis.dev/python/$FOLDER_NAME/latest"
118118
fi
119119

120120
# Update clientDocumentation in .repo-metadata.json

0 commit comments

Comments
 (0)
0