Commit b7fccec9 authored by Colin Hebert's avatar Colin Hebert

Set the working dir to staging dir

parent a100e939
...@@ -92,7 +92,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error { ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment