Skip to content

Commit

Permalink
Fix typo for network_adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif authored Dec 25, 2023
1 parent 686dea8 commit 2cf881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/proxmox/common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type Config struct {
Rng0 rng0Config `mapstructure:"rng0"`
// The graphics adapter to use. See [VGA Config](#vga-config).
VGA vgaConfig `mapstructure:"vga"`
// The graphics adapter to use. See [Network Adapters](#network-adapters)
// The network adapter to use. See [Network Adapters](#network-adapters)
NICs []NICConfig `mapstructure:"network_adapters"`
// Disks attached to the virtual machine. See [Disks](#disks)
Disks []diskConfig `mapstructure:"disks"`
Expand Down

0 comments on commit 2cf881d

Please sign in to comment.