From c2bdb7d88e04d675eabd136cd1df57dab7e4b503 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 7 Oct 2021 19:39:16 +0300 Subject: [PATCH] fixup! Some git-manage functionality. --- Documents/bin/rcfiles/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/bin/rcfiles/git.py b/Documents/bin/rcfiles/git.py index f186f0d..10f8518 100644 --- a/Documents/bin/rcfiles/git.py +++ b/Documents/bin/rcfiles/git.py @@ -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(): -- GitLab