You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
Change "solaris" to "Solaris" (#103)
This commit is contained in:
committed by
GitHub
parent
84191123ec
commit
c8b6c68aa6
+1
-1
@@ -96,7 +96,7 @@ const HOST_OS_NAME: &str = if cfg!(all(
|
||||
} else if cfg!(target_os = "illumos") {
|
||||
"illumos"
|
||||
} else if cfg!(target_os = "solaris") {
|
||||
"solaris"
|
||||
"Solaris"
|
||||
} else if cfg!(target_os = "cygwin") {
|
||||
"Cygwin"
|
||||
} else if cfg!(target_os = "wasi") {
|
||||
|
||||
Reference in New Issue
Block a user