mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Merge pull request #658 from gocsaf/fix-agg-join
Fix aggregator url base handling
This commit is contained in:
commit
ca54ba53be
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ func (w *worker) mirrorInternal() (*csaf.AggregatorCSAFProvider, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
base.Path = ""
|
||||
|
||||
afp := csaf.NewAdvisoryFileProcessor(
|
||||
w.client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue