refactor out_path -> base_path

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-08-19 13:35:03 +02:00
commit b527479620
2 changed files with 4 additions and 4 deletions

View file

@ -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):