Skip to content
Snippets Groups Projects
Commit c2bdb7d8 authored by nimrod's avatar nimrod
Browse files

fixup! Some git-manage functionality.

parent 52c48a11
Branches
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ def add_remote(repo, name, url): ...@@ -53,7 +53,7 @@ def add_remote(repo, name, url):
git.remote("add", name, url) git.remote("add", name, url)
except sh.ErrorReturnCode_3: except sh.ErrorReturnCode_3:
git.remote("set-url", name, url) git.remote("set-url", name, url)
git.fetch("name") git.fetch(name)
def author_name(): def author_name():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment