Skip to content

Commit 76a334f

Browse files
committed
fix: avoid capitalizing illumos
Signed-off-by: Jakob Borg <[email protected]>
1 parent e9cc679 commit 76a334f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/release/release.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ func humanReadableOS(os string) string {
171171
switch os {
172172
case "macos":
173173
return "macOS"
174+
case "illumos":
175+
return "illumos"
174176
}
175177

176178
// Capitalise the first letter

0 commit comments

Comments
 (0)