provisioner/shell: fix dropped error

pull/8230/head
Lars Lehtonen 6 years ago
parent f05fd3969f
commit 9c19cfdc6f
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

@ -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

Loading…
Cancel
Save