mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
provisioner/shell: fix dropped test error
This commit is contained in:
parent
e26df90a66
commit
78bb742aa5
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