Skip to content
Snippets Groups Projects
Unverified Commit 52ecf1ef authored by erikhagopian's avatar erikhagopian
Browse files

Remove requirement on OS package file extension

parent f9a6abcb
Branches
Tags
No related merge requests found
......@@ -538,10 +538,6 @@ func fetchOspkgNetwork(ctx context.Context, client network.HTTPClient, hostCfg *
continue
}
filename := filepath.Base(pkgURL.Path)
if ext := filepath.Ext(filename); ext != ospkg.OSPackageExt {
stlog.Debug("Skip %s: package URL must contain a path to a %s file", pkgURL.String(), ospkg.OSPackageExt)
continue
}
stlog.Debug("Downloading %s", pkgURL.String())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment