Skip to content

Commit 44741b2

Browse files
log
1 parent 89e7595 commit 44741b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/cli_releases.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (releases *CliReleases) GetLatest(ctx context.Context) (string, error) {
4646
}
4747

4848
if res.Data.LatestCliRelease == "" {
49-
return "", fmt.Errorf("failed finding latest release")
49+
return "", fmt.Errorf("failed getting latest release")
5050
}
5151

5252
return res.Data.LatestCliRelease, nil

0 commit comments

Comments
 (0)