Skip to content

Commit

Permalink
Change description message
Browse files Browse the repository at this point in the history
Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>
  • Loading branch information
evidolob and vyasgun committed Feb 8, 2024
1 parent f6060be commit 7e92185
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 7e92185

Please sign in to comment.