mirror of
https://github.com/hashicorp/packer.git
synced 2026-07-16 04:13:37 -04:00
Fixed go format errors
This commit is contained in:
parent
7354247933
commit
5cedfc4557
1 changed files with 2 additions and 2 deletions
|
|
@ -350,8 +350,8 @@ func (p *Provisioner) createConfig(
|
|||
remoteKeyPath string,
|
||||
validationClientName string,
|
||||
chefEnvironment string,
|
||||
policyGroup string,
|
||||
policyName string,
|
||||
policyGroup string,
|
||||
policyName string,
|
||||
sslVerifyMode string,
|
||||
trustedCertsDir string) (string, error) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue