dont error in the downloadableURL function; save validation for preflight steps
This commit is contained in:
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…
Reference in New Issue