Skip to content

Commit

Permalink
fix: properly case the VMware name
Browse files Browse the repository at this point in the history
the actual name is written as VMware instead of VMWare

Signed-off-by: Rui Lopes <rgl@ruilopes.com>
  • Loading branch information
rgl authored and AlekSi committed Aug 25, 2021
1 parent 0a6048f commit 5f5ac12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (v *VMware) Configuration(context.Context) ([]byte, error) {
}

if *option == constants.ConfigGuestInfo {
log.Printf("fetching machine config from VMWare extraConfig or OVF env")
log.Printf("fetching machine config from VMware extraConfig or OVF env")

ok, err := vmcheck.IsVirtualWorld()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.12/Introduction/support-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 6
| **Platforms** | | |
| - cloud | AWS, GCP, Azure, Digital Ocean, OpenStack |
| - bare metal | x86: BIOS, UEFI; arm64: UEFI; boot: ISO, PXE, disk image |
| - virtualized | VMWare, Hyper-V, KVM, Proxmox, Xen |
| - virtualized | VMware, Hyper-V, KVM, Proxmox, Xen |
| - SBCs | Raspberry Pi4, Banana Pi M64, Pine64, and other |
| - local | Docker, QEMU |
| **Cluster API** | | |
Expand Down

0 comments on commit 5f5ac12

Please sign in to comment.