Merge branch 'issue/199' of git://github.com/asteven/cdist
This commit is contained in:
		
				commit
				
					
						9925fee528
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue