Skip to content

Commit

Permalink
Merge pull request #21 from anguslees/master
Browse files Browse the repository at this point in the history
Use query to dynamically fetch latest release
  • Loading branch information
anguslees authored Jun 21, 2017
2 parents 87c72ab + 88596b2 commit 6d1dc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See https://github.com/ksonnet/sealed-secrets/releases for the latest
release.

```sh
$ release=v0.2.0
$ release=$(curl --silent "https://api.github.com/repos/ksonnet/sealed-secrets/releases/latest" | sed -n 's/.*"tag_name": *"\([^"]*\)".*/\1/p')

# Install client-side tool into /usr/local/bin/
$ GOOS=$(go env GOOS)
Expand Down

0 comments on commit 6d1dc87

Please sign in to comment.