Rename darwin releases to macos

This commit is contained in:
Anmol Sethi 2020-05-14 05:47:11 -04:00
parent a0a77e379e
commit f475767c2b
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ os() {
if echo "$ldd_output" | grep -iq musl; then
os="alpine"
fi
elif [[ $os == "darwin" ]]; then
os="macos"
fi
echo "$os"
}