Skip to content

Commit

Permalink
I’m not the clever
Browse files Browse the repository at this point in the history
databus23 committed Nov 16, 2017

Verified

This commit was signed with the committer’s verified signature.
vbudhram Vijay Budhram
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
@@ -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 {

0 comments on commit 26d8cd3

Please sign in to comment.