Set the working dir to staging dir
This commit is contained in:
parent
a100e9393b
commit
b7fccec91c
|
@ -92,7 +92,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
|
|||
}
|
||||
|
||||
if p.config.WorkingDir == "" {
|
||||
p.config.StagingDir = p.config.StagingDir
|
||||
p.config.WorkingDir = p.config.StagingDir
|
||||
}
|
||||
|
||||
// Templates
|
||||
|
|
Loading…
Reference in New Issue