diff --git a/pkg/specter/pipelinedefault.go b/pkg/specter/pipelinedefault.go index ac3768b..0863112 100644 --- a/pkg/specter/pipelinedefault.go +++ b/pkg/specter/pipelinedefault.go @@ -222,7 +222,7 @@ func (s sourceLoadingStage) processSourceLocation(ctx PipelineContext, sl string if err != nil { return nil, err } - ctx.Sources = append(ctx.Sources, loadedSources...) + sources = append(sources, loadedSources...) } return sources, nil }