Skip to content

Commit

Permalink
Fixed broken bash script when installing on macos
Browse files Browse the repository at this point in the history
Signed-off-by: htq0505 <[email protected]>
  • Loading branch information
htquanq committed Dec 12, 2024
1 parent b612446 commit 3173543
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 3173543

Please sign in to comment.