diff --git a/cmd/update-main.go b/cmd/update-main.go index 8aaae1790..bebf1bd2f 100644 --- a/cmd/update-main.go +++ b/cmd/update-main.go @@ -139,10 +139,10 @@ func getReleaseUpdate(updateURL string) (updateMsg updateMessage, errMsg string, switch runtime.GOOS { case "windows": // For windows. - downloadURL = newUpdateURLPrefix + "/minio.exe?update=yes" + downloadURL = newUpdateURLPrefix + "/minio.exe" default: // For all other operating systems. - downloadURL = newUpdateURLPrefix + "/minio?update=yes" + downloadURL = newUpdateURLPrefix + "/minio" } // Initialize update message.