From ad19bf0ec1b214252776b9d74593eedc6fa3b408 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 27 Jul 2016 19:59:19 -0700 Subject: [PATCH] server: Add update referral for update notification URL. (#2308) --- update-main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-main.go b/update-main.go index 18970c345..3069fff16 100644 --- a/update-main.go +++ b/update-main.go @@ -143,10 +143,10 @@ func getReleaseUpdate(updateURL string, noError bool) updateMessage { switch runtime.GOOS { case "windows": // For windows. - downloadURL = newUpdateURLPrefix + "/minio.exe" + downloadURL = newUpdateURLPrefix + "/minio.exe?update=yes" default: // For all other operating systems. - downloadURL = newUpdateURLPrefix + "/minio" + downloadURL = newUpdateURLPrefix + "/minio?update=yes" } // Initialize update message.