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

This commit is contained in:
Megan Marsh 2017-11-13 10:53:17 -08:00
parent 3a9dfb5b18
commit 0efcb1bba2
1 changed files with 0 additions and 2 deletions

View File

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