fixes typo (#10894)

This commit is contained in:
Kerim Satirli 2021-04-09 11:59:08 +02:00 committed by GitHub
parent bc9dd69669
commit 3e2db82cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ func (p *PostProcessor) Configure(raws ...interface{}) error {
} }
if p.config.VagrantCloudUrl == VAGRANT_CLOUD_URL && p.config.AccessToken == "" { 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 // Create the HTTP client