提交 d65040ff 编写于 作者: D Dan Lorenc

Fix a typo in the notification text.

上级 22dccc78
......@@ -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"))
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册