From 5e775349a5683884734e787ca4bd84f4e308349a Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:50:38 -0400 Subject: [PATCH] Update common.cfg --- synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg b/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg index 8d6c435e9..2b6fbf5b3 100644 --- a/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg +++ b/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg @@ -34,7 +34,7 @@ env_vars: { # Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2` value: "docs-staging-v2" {% else %} - # Push non-cloud library docs to `docs-staging-v2-staging` instead of the + # Push non-cloud library docs to `docs-staging-v2-dev` instead of the # Cloud RAD bucket `docs-staging-v2` value: "docs-staging-v2-dev" {% endif -%}