mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
provisioner/shell: fix dropped error
This commit is contained in:
@@ -266,6 +266,9 @@ func (p *Provisioner) Provision(ctx context.Context, ui packer.Ui, comm packer.C
|
||||
p.config.envVarFile = remoteVFName
|
||||
return nil
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
// Create environment variables to set before executing the command
|
||||
|
||||
Reference in New Issue
Block a user