cmd/tailscale: add emoji for illumos in status subcommand

Signed-off-by: Nahum Shalman <nahamu@gmail.com>
main
Nahum Shalman 4 years ago committed by Brad Fitzpatrick
parent 58cc049a9f
commit d20392d413
  1. 2
      ipn/ipnstate/ipnstate.go

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

Loading…
Cancel
Save