aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/upload_skps.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/upload_skps.py')
-rw-r--r--infra/bots/upload_skps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/upload_skps.py b/infra/bots/upload_skps.py
index b7bb0cfb6f..ba472d2ff6 100644
--- a/infra/bots/upload_skps.py
+++ b/infra/bots/upload_skps.py
@@ -35,7 +35,7 @@ def main(target_dir):
'gen_tasks.go failed, not uploading SKP update:\n\n%s' % e.output)
sys.exit(1)
- # Upload the new version, land the update CL as the update-skps user.
+ # Upload the new version, land the update CL as the recreate-skps user.
with git_utils.GitBranch(branch_name='update_skp_version',
commit_msg=COMMIT_MSG,
commit_queue=True):