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

This commit is contained in:
Rickard von Essen 2016-02-09 13:02:42 +01:00
parent bbade5d8ae
commit abb2d92c7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {