From af6109f89ae7007cfc1ae1c413c507ea8fe55e13 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 14 Jul 2016 14:08:16 -0700 Subject: [PATCH] update: Remove extraneous '/' in update message. (#2207) --- update-main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-main.go b/update-main.go index 5386ff676..18970c345 100644 --- a/update-main.go +++ b/update-main.go @@ -70,8 +70,8 @@ EXAMPLES: // update URL endpoints. const ( - minioUpdateStableURL = "https://dl.minio.io/server/minio/release/" - minioUpdateExperimentalURL = "https://dl.minio.io/server/minio/experimental/" + minioUpdateStableURL = "https://dl.minio.io/server/minio/release" + minioUpdateExperimentalURL = "https://dl.minio.io/server/minio/experimental" ) // updateMessage container to hold update messages.