mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 03:12:01 -05:00
Merge pull request #9012 from alrs/provisioner-shell-err
provisioner/shell: fix dropped test error
This commit is contained in:
commit
9d3aaa61fa
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ func (s *ShellProvisionerAccTest) GetConfig() (string, error) {
|
|||
defer config.Close()
|
||||
|
||||
file, err := ioutil.ReadAll(config)
|
||||
return string(file), nil
|
||||
return string(file), err
|
||||
}
|
||||
|
||||
func (s *ShellProvisionerAccTest) GetProvisionerStore() packer.MapOfProvisioner {
|
||||
|
|
|
|||
Loading…
Reference in a new issue