Skip to content

Commit

Permalink
Fixed broken bash script when installing on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
htquanq committed Dec 10, 2024
1 parent b612446 commit b5981ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Available via `curl`
```bash
# Detect OS
ARGO_OS="darwin"
if [[ uname -s != "Darwin" ]]; then
if [[ "$(uname -s)" != "Darwin" ]]; then
ARGO_OS="linux"
fi

Expand Down

0 comments on commit b5981ed

Please sign in to comment.