mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-26 16:48:51 -04:00
spelling: multiples
This commit is contained in:
parent
abb2faf677
commit
d987fcefc3
1 changed files with 2 additions and 2 deletions
|
|
@ -44,14 +44,14 @@ func EncodeVMX(contents map[string]string) string {
|
|||
}
|
||||
|
||||
// a list of VMX key fragments that the value must not be quoted
|
||||
// fragments are used to cover multliples (i.e. multiple disks)
|
||||
// fragments are used to cover multiples (i.e. multiple disks)
|
||||
// keys are still lowercase at this point, use lower fragments
|
||||
noQuotes := []string{
|
||||
".virtualssd",
|
||||
}
|
||||
|
||||
// a list of VMX key fragments that are case sensitive
|
||||
// fragments are used to cover multliples (i.e. multiple disks)
|
||||
// fragments are used to cover multiples (i.e. multiple disks)
|
||||
caseSensitive := []string{
|
||||
".virtualSSD",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue