bugfix: its a method, not a function

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/2.0
Steven Armstrong 13 years ago
parent eea9a72676
commit 21b85e410e
  1. 2
      lib/cdist/context.py

@ -72,7 +72,7 @@ class Context(object):
self.initial_manifest = (initial_manifest or
os.path.join(self.local.manifest_path, "init"))
_init_remote(remote_copy, remote_exec)
self._init_remote(remote_copy, remote_exec)
# Remote stuff
def _init_remote(self, remote_copy, remote_exec):

Loading…
Cancel
Save