Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devbot/git.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/git.py b/devbot/git.py
index c5bdd44..6e6fe1a 100644
--- a/devbot/git.py
+++ b/devbot/git.py
@@ -62,6 +62,7 @@ class Module:
if revision == self._get_commit_id():
return
+ command.run(["git", "remote", "set-url", "origin", self.remote])
command.run(["git", "fetch"], retry=self._retry)
if revision: