Skip to content

Commit 690ddcc

Browse files
authored
fix(internal/kokoro): remove extra dash in doc tarball (#2862)
Before, this would be uploaded as `docfx--go-...`.
1 parent c6ea14f commit 690ddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kokoro/publish_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ cd obj/api || exit 4
4343

4444
python3 -m docuploader upload \
4545
--staging-bucket docs-staging-v2-staging \
46-
--destination-prefix docfx- \
46+
--destination-prefix docfx \
4747
--credentials "$KOKORO_KEYSTORE_DIR/73713_docuploader_service_account" \
4848
.

0 commit comments

Comments
 (0)