remove old type.path

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent c93e0f90c9
commit 14c9317f66
  1. 2
      lib/cdist/config_install.py

@ -96,7 +96,7 @@ class ConfigInstall:
env['__cdist_manifest'] = manifest_path
# Required to find types in emulator
env['__cdist_type_base_path'] = type.path
env['__cdist_type_base_path'] = self.context.type_base_path
# Other environment stuff
if extra_env:

Loading…
Cancel
Save