updated os_detection.sh

pull/16/head
Hari Sekhon 2 years ago
parent a36938e9f5
commit dce087d4b8

@ -74,11 +74,11 @@ isAzureCloudShell(){
# for compatibility to use the same names as non-interactive lib/
is_linux(){
isLinux "$@"
isLinux
}
is_mac(){
isMac "$@"
isMac
}
is_google_cloud_shell(){

Loading…
Cancel
Save