Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Jan 24, 2024
1 parent 9c42b79 commit 11e1127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazel-central-registry/bcr_presubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def duplicate_configs_for_supported_bazel_lts_releases(configs):
new_task_config["bazel"] = bazel_version
new_task_config["name"] = task_config["name"] + " (:bazel: " + emoji + ")"
new_configs[task_name + "_" + bazel_version] = new_task_config
return new_task_config
return new_configs


def main(argv=None):
Expand Down

0 comments on commit 11e1127

Please sign in to comment.