provisioner/shell: fix dropped test error

This commit is contained in:
Lars Lehtonen 2020-04-06 14:30:19 -07:00
parent e26df90a66
commit 78bb742aa5
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2
1 changed files with 1 additions and 1 deletions

View File

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