Skip to content

Commit

Permalink
I’m not the clever
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Nov 16, 2017
1 parent 8d437da commit 26d8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/handlers/get_cluster_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (d *getClusterInfo) getLinks() ([]models.Link, error) {

release := "latest"
if version.GitCommit != "HEAD" {
release = fmt.Sprintf("v%s-%s", version.VERSION, version.GitCommit)
release = fmt.Sprintf("v%s+%s", version.VERSION, version.GitCommit)
}
resp, err := http.Get(fmt.Sprintf("%s/repos/sapcc/kubernikus/releases/tags/%s", d.githubApiURL, release))
if err != nil {
Expand Down

0 comments on commit 26d8cd3

Please sign in to comment.