mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
Fix to bzr pull, broken in recent changes
This commit is contained in:
parent
5babb3c00e
commit
b97f8f1ee6
@ -206,7 +206,7 @@ class vcs_bzr(vcs):
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
def pull(self):
|
def pull(self):
|
||||||
if subprocess.call(['bzr', 'update'],
|
if subprocess.call(['bzr', 'pull'],
|
||||||
cwd=self.local) != 0:
|
cwd=self.local) != 0:
|
||||||
print "Bzr update failed"
|
print "Bzr update failed"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user