mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 17:53:59 -04:00
fixes typo (#10894)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user