Skip to content

Commit d20392d

Browse files
nshalmanbradfitz
authored andcommitted
cmd/tailscale: add emoji for illumos in status subcommand
Signed-off-by: Nahum Shalman <nahamu@gmail.com>
1 parent 58cc049 commit d20392d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ipn/ipnstate/ipnstate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,8 @@ func osEmoji(os string) string {
505505
return "👿"
506506
case "openbsd":
507507
return "🐡"
508+
case "illumos":
509+
return "☀️"
508510
}
509511
return "👽"
510512
}

0 commit comments

Comments
 (0)