mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
Set the working dir to staging dir
This commit is contained in:
parent
a100e9393b
commit
b7fccec91c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue