make --dry-run work, fixes #199

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/2.3
Steven Armstrong 12 years ago
parent a132adbb03
commit 589d50bdba
  1. 2
      cdist/config.py

2
cdist/config.py vendored

@ -126,7 +126,7 @@ class Config(object):
remote_exec=args.remote_exec, remote_exec=args.remote_exec,
remote_copy=args.remote_copy) remote_copy=args.remote_copy)
c = cls(local, remote) c = cls(local, remote, dry_run=args.dry_run)
c.run() c.run()
except cdist.Error as e: except cdist.Error as e:

Loading…
Cancel
Save