Skip to content

Commit

Permalink
fixed config.tgz download
Browse files Browse the repository at this point in the history
  • Loading branch information
realmbgl committed Jun 26, 2018
1 parent fe091f8 commit 791d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnaker/1.10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Go to the [Using Spinnaker](#using-spinnaker) section to learn how to access the

Use the following command to download Spinnaker configuration templates to get started.
```
curl -O https://.../spinnaker/assets/spin-config.zip && unzip spin-config.zip && cd config && chmod +x gen-configjson
curl -O https://ecosystem-repo.s3.amazonaws.com/spinnaker/artifacts/0.2.0-1.4.2/config.tgz && tar -xzf config.tgz && cd config && chmod +x gen-optionsjson
```

The created *config* folder has the following yml templates.
Expand Down

0 comments on commit 791d50d

Please sign in to comment.