Skip to content

Commit

Permalink
More friendly parsing of Docker Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Nov 22, 2019
1 parent c4dd568 commit 3dc78d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyze/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func mustNormalizeDistributionName(raw string) Provider {
switch strings.ReplaceAll(strings.TrimSpace(strings.ToLower(raw)), "-", "") {
case "microk8s":
return microk8s
case "dockerdesktop":
case "dockerdesktop", "docker desktop", "docker-desktop":
return dockerDesktop
case "eks":
return eks
Expand Down

0 comments on commit 3dc78d2

Please sign in to comment.