mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 16:54:09 -04:00
Set the working dir to staging dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user