Skip to content

Commit 43b5687

Browse files
olalondearschles
authored andcommitted
docs(aws): typo in kube-up.sh path (#383)
./clusters/kube-up.sh should be ./cluster/kube-up.sh
1 parent afecde9 commit 43b5687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quickstart/provider/aws/boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ We are now ready to boot our first Kubernetes cluster on AWS!
8181
Since this script does a **lot** of stuff, we'll break it into sections.
8282

8383
```
84-
$ ./clusters/kube-up.sh
84+
$ ./cluster/kube-up.sh
8585
Creating a kubernetes on aws...
8686
... Starting cluster in us-west-1c using provider aws
8787
... calling verify-prereqs

0 commit comments

Comments
 (0)