fix tagging
This commit is contained in:
parent
d60b7b03a1
commit
0b14b49b86
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class GitApi:
|
|||
|
||||
def tag_annotated(self, annotation: str, message: str, count: int):
|
||||
return self.execution_api.execute(
|
||||
f"git tag -a {annotation} -m {message} HEAD~{count}"
|
||||
f"git tag -a {annotation} -m '{message}' HEAD~{count}"
|
||||
)
|
||||
|
||||
def tag_annotated_second_last(self, annotation: str, message: str):
|
||||
|
|
Loading…
Reference in a new issue