mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -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.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user