provisioner/shell: fix dropped test error

pull/9012/head
Lars Lehtonen 6 years ago
parent e26df90a66
commit 78bb742aa5
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

@ -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…
Cancel
Save