cmd/stupgrades: Serve friendlier URLs for upgrade assets (fixes #9033)
This commit is contained in:
@@ -35,7 +35,7 @@ type Asset struct {
|
||||
|
||||
// The browser URL is needed for human readable links in the output created
|
||||
// by cmd/stupgrades.
|
||||
BrowserURL string `json:"browser_download_url"`
|
||||
BrowserURL string `json:"browser_download_url,omitempty"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user