mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix: add quotes to path in "add_path" subcommand
This commit is contained in:
parent
eb0e282a69
commit
56e8eb9bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ VCS_SUBCOMMANDS_BY_NAME = {
|
|||
'fetch' : "git fetch",
|
||||
'ls_tags' : "git tag --list",
|
||||
'status' : "git status --porcelain",
|
||||
'add_path' : "git add --update {path}",
|
||||
'add_path' : "git add --update '{path}'",
|
||||
'commit' : "git commit --message '{message}'",
|
||||
'tag' : "git tag --annotate {tag} --message {tag}",
|
||||
'push_tag' : "git push {remote} --follow-tags {tag} HEAD",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue