mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-04 12:41:37 +00:00
When building the upstream URL, if the b.UpstreamURL was set do a url with a subpath included, the subpath was being discarded by URL.ResolveReference(). In order to preserve the subpath in the base, the provided subpath must be manually added to the base URL object. Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>