forked from ungleich-public/cdist
Add __files to shell env.
This commit is contained in:
parent
0049b62cca
commit
d7583e7a1a
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class Shell(object):
|
||||||
'__target_host': self.target_host,
|
'__target_host': self.target_host,
|
||||||
'__manifest': self.local.manifest_path,
|
'__manifest': self.local.manifest_path,
|
||||||
'__explorer': self.local.global_explorer_path,
|
'__explorer': self.local.global_explorer_path,
|
||||||
|
'__files': self.local.files_path,
|
||||||
}
|
}
|
||||||
|
|
||||||
self.env.update(additional_env)
|
self.env.update(additional_env)
|
||||||
|
|
Loading…
Reference in a new issue