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 "👿"
case "openbsd":
return "🐡"
case "illumos":
return "☀️"
}
return "👽"
}

Loading…
Cancel
Save