diff options
-rw-r--r-- | bitbake/lib/bb/fetch2/hg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index ad6e85d70b..155ae67bbd 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
@@ -82,7 +82,7 @@ class Hg(FetchMethod): | |||
82 | 82 | ||
83 | basecmd = data.expand('${FETCHCMD_hg}', d) | 83 | basecmd = data.expand('${FETCHCMD_hg}', d) |
84 | 84 | ||
85 | proto = ud.parm.get('proto', 'http') | 85 | proto = ud.parm.get('protocol', 'http') |
86 | 86 | ||
87 | host = ud.host | 87 | host = ud.host |
88 | if proto == "file": | 88 | if proto == "file": |