Private GIT

Skip to content
Snippets Groups Projects
Commit 22717114 authored by Sarakha63's avatar Sarakha63
Browse files

attempt 4

parent 803e93a0
Branches
Tags
No related merge requests found
...@@ -368,7 +368,7 @@ class GitUpdateManager(UpdateManager): ...@@ -368,7 +368,7 @@ class GitUpdateManager(UpdateManager):
Calls git pull origin <branch> in order to update Sick Beard. Returns a bool depending Calls git pull origin <branch> in order to update Sick Beard. Returns a bool depending
on the call's success. on the call's success.
""" """
self._run_git('git config remote.origin.url [git://github.com/sarakha63/Sick-Beard.git]') self._run_git('git config remote.origin.url git://github.com/sarakha63/Sick-Beard.git')
output, err = self._run_git('pull git://github.com/sarakha63/Sick-Beard.git '+self.branch) #@UnusedVariable output, err = self._run_git('pull git://github.com/sarakha63/Sick-Beard.git '+self.branch) #@UnusedVariable
if not output: if not output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment