[go: nahoru, domu]

Skip to content

Commit

Permalink
update: Deprecate the usage of update=yes query param. (minio#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Oct 6, 2016
1 parent 5b9dd8b commit b06a514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/update-main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ func getReleaseUpdate(updateURL string, noError bool) updateMessage {
switch runtime.GOOS {
case "windows":
// For windows.
downloadURL = newUpdateURLPrefix + "/minio.exe?update=yes"
downloadURL = newUpdateURLPrefix + "/minio.exe"
default:
// For all other operating systems.
downloadURL = newUpdateURLPrefix + "/minio?update=yes"
downloadURL = newUpdateURLPrefix + "/minio"
}

// Initialize update message.
Expand Down

0 comments on commit b06a514

Please sign in to comment.