From 8992742213b02b8ac49c004e301c2faa9ec844cf Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 13 Jul 2022 20:53:39 -0400 Subject: [PATCH] remove the quoting challenge --- ci-tools/update-nixpkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index 748d9862..4f13f43f 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -71,7 +71,7 @@ print(json.dumps({ "source_branch": os.environ["CI_COMMIT_REF_NAME"], "target_branch": os.environ["TARGET_BRANCH"], "remove_source_branch": True, - "title": f"WIP: {os.environ["CI_COMMIT_REF_NAME"]}", + "title": "bump nixpkgs version", "description": sys.argv[1], })) ' "${DIFF}") -- GitLab