Skip to content

Commit

Permalink
preflight: Fix typo in hyperv check description
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau authored and anjannath committed Jun 16, 2021
1 parent 2fc9e9e commit 1e0df53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/preflight/preflight_windows.go
Expand Up @@ -105,7 +105,7 @@ var hypervPreflightChecks = []Check{
},
{
configKeySuffix: "check-hyperv-switch",
checkDescription: "Checking if the Hyper-V virtual switch exist",
checkDescription: "Checking if the Hyper-V virtual switch exists",
check: checkIfHyperVVirtualSwitchExists,
fixDescription: "Unable to perform Hyper-V administrative commands. Please reboot your system and run 'crc setup' to complete the setup process",
flags: NoFix,
Expand Down

0 comments on commit 1e0df53

Please sign in to comment.