forked from ungleich-public/cdist
bugfix: its a method, not a function
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
eea9a72676
commit
21b85e410e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Context(object):
|
||||||
self.initial_manifest = (initial_manifest or
|
self.initial_manifest = (initial_manifest or
|
||||||
os.path.join(self.local.manifest_path, "init"))
|
os.path.join(self.local.manifest_path, "init"))
|
||||||
|
|
||||||
_init_remote(remote_copy, remote_exec)
|
self._init_remote(remote_copy, remote_exec)
|
||||||
|
|
||||||
# Remote stuff
|
# Remote stuff
|
||||||
def _init_remote(self, remote_copy, remote_exec):
|
def _init_remote(self, remote_copy, remote_exec):
|
||||||
|
|
Loading…
Reference in a new issue