Fix a typo in the notification text.
parent
22dccc781d
commit
d65040fffb
|
|
@ -64,7 +64,8 @@ func MaybePrintUpdateText(output io.Writer, url string, lastUpdatePath string) {
|
|||
fmt.Fprintf(output, `There is a newer version of minikube available (%s%s). Download it here:
|
||||
%s%s
|
||||
To disable this notification, add WantUpdateNotification: False to the json config file at %s
|
||||
(you may have to create the file config.json in this folder if you have no previous configuration)\n`,
|
||||
(you may have to create the file config.json in this folder if you have no previous configuration)
|
||||
`,
|
||||
version.VersionPrefix, latestVersion, updateLinkPrefix, latestVersion, constants.MakeMiniPath("config"))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue