We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e7595 commit 44741b2Copy full SHA for 44741b2
pkg/codefresh/cli_releases.go
@@ -46,7 +46,7 @@ func (releases *CliReleases) GetLatest(ctx context.Context) (string, error) {
46
}
47
48
if res.Data.LatestCliRelease == "" {
49
- return "", fmt.Errorf("failed finding latest release")
+ return "", fmt.Errorf("failed getting latest release")
50
51
52
return res.Data.LatestCliRelease, nil
0 commit comments