Skip to content

Commit e7b6734

Browse files
authored
Update python/private/hermetic_runtime_repo_setup.bzl
1 parent c5cbc15 commit e7b6734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/hermetic_runtime_repo_setup.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def define_hermetic_runtime_toolchain_impl(
201201
releaselevel = {
202202
"a": "alpha",
203203
"b": "beta",
204-
"c": "candidate",
204+
"rc": "candidate",
205205
}.get(version_info.pre[0])
206206

207207
py_runtime(

0 commit comments

Comments
 (0)