Skip to content

Commit

Permalink
Update src/main/java/at/hannibal2/skyhanni/utils/OSUtils.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs authored Oct 7, 2024
1 parent 7c158df commit 11ea944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/utils/OSUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object OSUtils {
SOLARIS,
WINDOWS,
MACOS,
UNKNOWN
UNKNOWN,
}

fun getOperatingSystemRaw(): String = System.getProperty("os.name")
Expand Down

0 comments on commit 11ea944

Please sign in to comment.