update: Remove extraneous '/' in update message. (#2207)

This commit is contained in:
Harshavardhana 2016-07-14 14:08:16 -07:00 committed by GitHub
parent 3f27734c22
commit af6109f89a

View File

@ -70,8 +70,8 @@ EXAMPLES:
// update URL endpoints. // update URL endpoints.
const ( const (
minioUpdateStableURL = "https://dl.minio.io/server/minio/release/" minioUpdateStableURL = "https://dl.minio.io/server/minio/release"
minioUpdateExperimentalURL = "https://dl.minio.io/server/minio/experimental/" minioUpdateExperimentalURL = "https://dl.minio.io/server/minio/experimental"
) )
// updateMessage container to hold update messages. // updateMessage container to hold update messages.