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.