1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 15:31:20 +01:00

Update installer scripts

This commit is contained in:
Vladimir Safonkin
2021-10-13 14:27:43 +03:00
parent 8ca0cf75a1
commit 32c76e2669

View File

@@ -224,7 +224,7 @@ get_legacy_os_name() {
machine_has() {
eval $invocation
hash "$1" > /dev/null 2>&1
command -v "$1" > /dev/null 2>&1
return $?
}