Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jeinwag committed Jun 23, 2023
1 parent 0b3771f commit e8d1d89
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 @@ -110,7 +110,7 @@ type diskConfig struct {
DiskFormat string `mapstructure:"format"`
IOThread bool `mapstructure:"io_thread"`
Discard bool `mapstructure:"discard"`
SSDEmulation bool `mapstructure:"ssd"`
SSD bool `mapstructure:"ssd"`
}
type efiConfig struct {
EFIStoragePool string `mapstructure:"efi_storage_pool"`
Expand Down

0 comments on commit e8d1d89

Please sign in to comment.