Merge branch 'issue/199' of git://github.com/asteven/cdist

This commit is contained in:
Nico Schottelius 2013-09-18 11:23:47 +02:00
commit 9925fee528
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: