Skip to content

Commit

Permalink
bcr_postsubmit.py: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored and fmeum committed Dec 10, 2023
1 parent e22995b commit 92fce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazel-central-registry/bcr_postsubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
BCR_BUCKET = "gs://bcr.bazel.build/"

def print_expanded_group(name):
eprint("\n\n+++ {0}\n\n".format(name))
print("\n\n+++ {0}\n\n".format(name))

def sync_bcr_content():
print_expanded_group(":gcloud: Sync BCR content")
Expand Down

0 comments on commit 92fce7b

Please sign in to comment.