Skip to content

Commit

Permalink
changed exit codes ExHostUnsupported from 38 to 36 as per code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarolan authored and medyagh committed May 29, 2024
1 parent fe80eed commit dee3207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/reason/exitcodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const (
ExHostTimeout = 32
ExHostUsage = 34
ExHostNotFound = 35
ExHostUnsupported = 38
ExHostUnsupported = 36
ExHostPermission = 37
ExHostConfig = 38

Expand Down

0 comments on commit dee3207

Please sign in to comment.