Removed ftp/ftps schemas since they don't work.

pull/3162/head
Rickard von Essen 10 years ago
parent bbade5d8ae
commit abb2d92c7e

@ -66,7 +66,7 @@ func (c *ISOConfig) Prepare(ctx *interpolate.Context) ([]string, []error) {
return warnings, errs
}
switch u.Scheme {
case "http", "https", "ftp", "ftps":
case "http", "https":
res, err := http.Get(c.ISOChecksumURL)
c.ISOChecksum = ""
if err != nil {

Loading…
Cancel
Save