Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jul 6, 2024
1 parent 53a1fcb commit 7073e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fetcher/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (f *fetcher) handleTool(client *resty.Client, ver map[string]string, tmp st
}

if isNewer(currentVersion, tool.Version) {
log.Printf("✅ Skipping since newer version is instlled\n")
log.Printf("✅ Skipping since newer version is installed\n")
return nil
}

Expand Down

0 comments on commit 7073e78

Please sign in to comment.