dont error in the downloadableURL function; save validation for preflight steps

pull/5573/head
Megan Marsh 9 years ago
parent 3a9dfb5b18
commit 0efcb1bba2

@ -96,8 +96,6 @@ func DownloadableURL(original string) (string, error) {
}
url.Path = filepath.Clean(url.Path)
} else {
return "", err
}
if runtime.GOOS == "windows" {

Loading…
Cancel
Save