Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 15, 2021
2 parents 756d657 + 0a16a52 commit 565f516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available via `curl`

```sh
# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/${version}/argo-darwin-amd64.gz
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/${version}/argo-darwin-amd64.gz

# Unzip
gunzip argo-darwin-amd64.gz
Expand All @@ -37,7 +37,7 @@ Available via `curl`

```sh
# Download the binary
curl -sLO https://github.com/argoproj/argo/releases/download/${version}/argo-linux-amd64.gz
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/${version}/argo-linux-amd64.gz

# Unzip
gunzip argo-linux-amd64.gz
Expand Down

0 comments on commit 565f516

Please sign in to comment.