We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513a757 commit 1832ed6Copy full SHA for 1832ed6
cmd/minikube/cmd/start.go
@@ -1245,7 +1245,7 @@ func validateFlags(cmd *cobra.Command, drvName string) {
1245
validateInsecureRegistry()
1246
}
1247
1248
-// This function validates that the --ports are not below 1024 for the host and not outside range
+// validatePorts validates that the --ports are not below 1024 for the host and not outside range
1249
func validatePorts(ports []string) error {
1250
_, portBindingsMap, err := nat.ParsePortSpecs(ports)
1251
if err != nil {
0 commit comments