mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
update: Remove extraneous '/' in update message. (#2207)
This commit is contained in:
parent
3f27734c22
commit
af6109f89a
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user