Skip to content

Commit

Permalink
update install script (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Jul 27, 2023
1 parent 61a2797 commit 77a29b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _detect_os(){
case $(uname) in
Linux) echo "Linux"
;;
Darwin) echo "macOS"
Darwin) echo "Darwin"
;;
Windows) echo "Windows"
;;
Expand Down

0 comments on commit 77a29b1

Please sign in to comment.