Commit c2bdb7d8 authored by nimrod's avatar nimrod
Browse files

fixup! Some git-manage functionality.

parent 52c48a11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ def add_remote(repo, name, url):
            git.remote("add", name, url)
        except sh.ErrorReturnCode_3:
            git.remote("set-url", name, url)
        git.fetch("name")
        git.fetch(name)


def author_name():