diff options
author | Valery Piashchynski <[email protected]> | 2023-01-14 00:48:11 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-14 00:48:11 +0100 |
commit | b9b042aa3d30fe88adc35157691ce92987464e98 (patch) | |
tree | bc3145f61f99f07e50e1c7ad1bd1f4c701932d5f /download-latest.sh | |
parent | 2679600746eda8177bbea53abcf482e49be91c4c (diff) |
use proper name for the macos
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'download-latest.sh')
-rw-r--r-- | download-latest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download-latest.sh b/download-latest.sh index eafb2eb6..c7db8c04 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -62,7 +62,7 @@ get_os() { os_name=$(uname -s) case "$os_name" in 'Darwin') - os='macos' + os='darwin' ;; 'Linux') os='linux' |