diff --git a/README.md b/README.md index 09106c4..b089892 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@

Go Report Card + Go version + Current Release License

diff --git a/commands/version.go b/commands/version.go index 978c292..401f5d1 100644 --- a/commands/version.go +++ b/commands/version.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-version" ) -var latestVersion = "https://api.github.com/repos/rogerwelin/cassowary/releases/latest" +var latestVersion = "https://api.github.com/repos/rogerwelin/cfnctl/releases/latest" type githubRelease struct { TagName string `json:"tag_name"`