We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e322cea commit 8886b52Copy full SHA for 8886b52
externals/get-os-distro.sh
@@ -113,7 +113,7 @@ get_current_os_name() {
113
114
local uname=$(uname)
115
if [ "$uname" = "Darwin" ]; then
116
- echo "mac"
+ echo "osx"
117
return 0
118
elif [ "$uname" = "Linux" ]; then
119
local linux_platform_name
@@ -139,7 +139,7 @@ get_legacy_os_name() {
139
140
141
142
143
144
else
145
if [ -e /etc/os-release ]; then
0 commit comments