Skip to content

Commit

Permalink
Update Github organization for eksctl repository (#6803)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Oct 11, 2023
1 parent ede3e1c commit f79260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/getting-started/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Install the latest release of `eksctl`.
The EKS Anywhere plugin requires `eksctl` version 0.66.0 or newer.

```bash
curl "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" \
curl "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" \
--silent --location \
| tar xz -C /tmp
sudo install -m 0755 /tmp/eksctl /usr/local/bin/eksctl
Expand Down

0 comments on commit f79260c

Please sign in to comment.