summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/cachekeycomputer.py')
-rw-r--r--morphlib/cachekeycomputer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/cachekeycomputer.py b/morphlib/cachekeycomputer.py
index ade74b79..1cc377b3 100644
--- a/morphlib/cachekeycomputer.py
+++ b/morphlib/cachekeycomputer.py
@@ -20,9 +20,9 @@ import morphlib
class CacheKeyComputer():
- def __init__(self, env):
+ def __init__(self, build_env):
self._arch = morphlib.util.arch()
- self._env = self._filterenv(env)
+ self._env = self._filterenv(build_env.env)
self._calculated = {}
def _filterenv(self, env):