Skip to content

Commit 1832ed6

Browse files
committed
Update validatePorts function comment for goDoc.
1 parent 513a757 commit 1832ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/start.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ func validateFlags(cmd *cobra.Command, drvName string) {
12451245
validateInsecureRegistry()
12461246
}
12471247

1248-
// This function validates that the --ports are not below 1024 for the host and not outside range
1248+
// validatePorts validates that the --ports are not below 1024 for the host and not outside range
12491249
func validatePorts(ports []string) error {
12501250
_, portBindingsMap, err := nat.ParsePortSpecs(ports)
12511251
if err != nil {

0 commit comments

Comments
 (0)