Skip to content

Commit 06f7a00

Browse files
authored
fix typo in logs (#681)
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent d1daecb commit 06f7a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/krew/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func showUpgradeNotification(*cobra.Command, []string) {
189189
if semver.Less(currentVer, latestVer) {
190190
color.New(color.Bold).Fprintf(os.Stderr, upgradeNotification, version.GitTag(), latestTag)
191191
} else {
192-
klog.V(4).Infof("upgrade check found no new versions (%s>=%s", currentVer, latestVer)
192+
klog.V(4).Infof("upgrade check found no new versions (%s>=%s)", currentVer, latestVer)
193193
}
194194
}
195195

0 commit comments

Comments
 (0)