Skip to content

Commit

Permalink
Change description message
Browse files Browse the repository at this point in the history
Co-authored-by: Gunjan Vyas <[email protected]>
  • Loading branch information
2 people authored and praveenkumar committed Feb 12, 2024
1 parent 2c34671 commit 7929737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/preflight/preflight_checks_nonlinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func sshPortCheck() Check {
configKeySuffix: "check-ssh-port",
checkDescription: "Checking SSH port availability",
check: checkSSHPortFree(),
fixDescription: fmt.Sprintf("crc uses %d to run SSH", constants.VsockSSHPort),
fixDescription: fmt.Sprintf("crc uses port %d to run SSH", constants.VsockSSHPort),
flags: NoFix,
labels: None,
}
Expand Down

0 comments on commit 7929737

Please sign in to comment.