Skip to content

Commit

Permalink
fix typo in logs (#681)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Jan 2, 2021
1 parent d1daecb commit 06f7a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/krew/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func showUpgradeNotification(*cobra.Command, []string) {
if semver.Less(currentVer, latestVer) {
color.New(color.Bold).Fprintf(os.Stderr, upgradeNotification, version.GitTag(), latestTag)
} else {
klog.V(4).Infof("upgrade check found no new versions (%s>=%s", currentVer, latestVer)
klog.V(4).Infof("upgrade check found no new versions (%s>=%s)", currentVer, latestVer)
}
}

Expand Down

0 comments on commit 06f7a00

Please sign in to comment.