Add __files to shell env.

remotes/origin/4.2
Darko Poljak 9 years ago
parent 0049b62cca
commit d7583e7a1a
  1. 1
      cdist/shell.py

1
cdist/shell.py vendored

@ -60,6 +60,7 @@ class Shell(object):
'__target_host': self.target_host,
'__manifest': self.local.manifest_path,
'__explorer': self.local.global_explorer_path,
'__files': self.local.files_path,
}
self.env.update(additional_env)

Loading…
Cancel
Save