Skip to content

Commit

Permalink
fix: formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilHanlon committed Jul 9, 2024
1 parent 416e4f1 commit 384eaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangle/quick-bump.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

parser.add_argument("--git-user", default="Release Engineering")
parser.add_argument("--git-email", default="[email protected]")
parser.add_argument("--url", default="ssh://[email protected]:22220/staging/src/%s.git",
parser.add_argument("--url", default="ssh://[email protected]:22220/staging/src/{pkg}.git",
help="override default URL")
parser.add_argument("--change-user",
help="Sets the user for the rpm changelog (first last <email>)",
Expand Down

0 comments on commit 384eaf1

Please sign in to comment.