refactor out_path -> base_path
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
866645679a
commit
b527479620
2 changed files with 4 additions and 4 deletions
|
|
@ -89,7 +89,7 @@ class Code(object):
|
|||
self.remote = remote
|
||||
self.env = {
|
||||
'__target_host': self.target_host,
|
||||
'__global': self.local.out_path,
|
||||
'__global': self.local.base_path,
|
||||
}
|
||||
|
||||
def _run_gencode(self, cdist_object, which):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue