summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/bzr.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch2/bzr.py')
-rw-r--r--lib/bb/fetch2/bzr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/bzr.py b/lib/bb/fetch2/bzr.py
index 72264afb5..0f1c420ef 100644
--- a/lib/bb/fetch2/bzr.py
+++ b/lib/bb/fetch2/bzr.py
@@ -45,7 +45,7 @@ class Bzr(FetchMethod):
relpath = self._strip_leading_slashes(ud.path)
ud.pkgdir = os.path.join(data.expand('${BZRDIR}', d), ud.host, relpath)
- ud.setup_revisons(d)
+ ud.setup_revisions(d)
if not ud.revision:
ud.revision = self.latest_revision(ud, d)