pull/13309/head
Sharif Elgamal 2022-01-06 13:19:32 -08:00
parent 2ddfd60c72
commit ee43bf8492
1 changed files with 1 additions and 1 deletions

View File

@ -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")})
}