grammar
parent
2ddfd60c72
commit
ee43bf8492
|
@ -95,7 +95,7 @@ func Execute() {
|
|||
}
|
||||
|
||||
if runtime.GOOS == "darwin" && detect.IsAmd64M1Emulation() {
|
||||
out.Boxed("You are trying to run amd64 binary on M1 system.\nPlease consider running the darwin/arm64 binary instead.\nDownload at {{.url}}",
|
||||
out.Boxed("You are trying to run the amd64 binary on an M1 system.\nPlease consider running the darwin/arm64 binary instead.\nDownload at {{.url}}",
|
||||
out.V{"url": notify.DownloadURL(version.GetVersion(), "darwin", "arm64")})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue