cmd/tailscale: add emoji for illumos in status subcommand

Signed-off-by: Nahum Shalman <nahamu@gmail.com>
pull/5406/head
Nahum Shalman 2 years ago committed by Brad Fitzpatrick
parent 58cc049a9f
commit d20392d413

@ -505,6 +505,8 @@ func osEmoji(os string) string {
return "👿" return "👿"
case "openbsd": case "openbsd":
return "🐡" return "🐡"
case "illumos":
return "☀️"
} }
return "👽" return "👽"
} }

Loading…
Cancel
Save