mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-02 21:08:25 +00:00
cmd/tailscale: add emoji for illumos in status subcommand
Signed-off-by: Nahum Shalman <nahamu@gmail.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user