fixes typo (#10894)
This commit is contained in:
parent
bc9dd69669
commit
3e2db82cab
|
@ -112,7 +112,7 @@ func (p *PostProcessor) Configure(raws ...interface{}) error {
|
|||
}
|
||||
|
||||
if p.config.VagrantCloudUrl == VAGRANT_CLOUD_URL && p.config.AccessToken == "" {
|
||||
errs = packersdk.MultiErrorAppend(errs, fmt.Errorf("access_token must be set if vagrant_cloud_url has not been overriden"))
|
||||
errs = packersdk.MultiErrorAppend(errs, fmt.Errorf("access_token must be set if vagrant_cloud_url has not been overridden"))
|
||||
}
|
||||
|
||||
// Create the HTTP client
|
||||
|
|
Loading…
Reference in New Issue