mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Fix to bzr pull, broken in recent changes
This commit is contained in:
parent
5babb3c00e
commit
b97f8f1ee6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue