Set the working dir to staging dir

pull/1831/head
Colin Hebert 11 years ago
parent a100e9393b
commit b7fccec91c

@ -92,7 +92,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
} }
if p.config.WorkingDir == "" { if p.config.WorkingDir == "" {
p.config.StagingDir = p.config.StagingDir p.config.WorkingDir = p.config.StagingDir
} }
// Templates // Templates

Loading…
Cancel
Save