fix lint
This commit is contained in:
parent
a94ac66079
commit
e0239d7f08
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class GitApi:
|
||||||
|
|
||||||
def push(self):
|
def push(self):
|
||||||
return self.execution_api.execute("git push")
|
return self.execution_api.execute("git push")
|
||||||
|
|
||||||
def push_follow_tags(self):
|
def push_follow_tags(self):
|
||||||
return self.execution_api.execute("git push --follow-tags")
|
return self.execution_api.execute("git push --follow-tags")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue