make --dry-run work, fixes #199

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2013-09-12 21:56:02 +02:00
parent a132adbb03
commit 589d50bdba
1 changed files with 1 additions and 1 deletions

View File

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