summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/svk.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/svk.py')
-rw-r--r--bitbake/lib/bb/fetch2/svk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/svk.py b/bitbake/lib/bb/fetch2/svk.py
index 7990ff21fa..3bb4c38c77 100644
--- a/bitbake/lib/bb/fetch2/svk.py
+++ b/bitbake/lib/bb/fetch2/svk.py
@@ -57,7 +57,7 @@ class Svk(Fetch):
57 def forcefetch(self, url, ud, d): 57 def forcefetch(self, url, ud, d):
58 return ud.date == "now" 58 return ud.date == "now"
59 59
60 def go(self, loc, ud, d): 60 def download(self, loc, ud, d):
61 """Fetch urls""" 61 """Fetch urls"""
62 62
63 svkroot = ud.host + ud.path 63 svkroot = ud.host + ud.path