Skip to content

Commit 5359895

Browse files
committed
fmt
1 parent d776d2d commit 5359895

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

builder/proxmox/common/config.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ type Config struct {
3434

3535
ProxmoxURLRaw string `mapstructure:"proxmox_url"`
3636
proxmoxURL *url.URL
37-
SkipCertValidation bool `mapstructure:"insecure_skip_tls_verify"`
38-
Username string `mapstructure:"username"`
39-
Password string `mapstructure:"password"`
40-
Token string `mapstructure:"token"`
41-
Node string `mapstructure:"node"`
42-
Pool string `mapstructure:"pool"`
37+
SkipCertValidation bool `mapstructure:"insecure_skip_tls_verify"`
38+
Username string `mapstructure:"username"`
39+
Password string `mapstructure:"password"`
40+
Token string `mapstructure:"token"`
41+
Node string `mapstructure:"node"`
42+
Pool string `mapstructure:"pool"`
4343
TaskTimeout time.Duration `mapstructure:"task_timeout"`
4444

4545
VMName string `mapstructure:"vm_name"`

0 commit comments

Comments
 (0)