Skip to content

Commit

Permalink
Merge branch 'main' into feature/rename-specifications-to-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillp committed Sep 4, 2024
2 parents 1559b3b + 875af13 commit 27d2140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/specter/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (p Pipeline) loadUnits(ctx context.Context, sources []Source) ([]Unit, erro

if len(sourcesNotLoaded) > 0 {
for _, src := range sourcesNotLoaded {
p.Logger.Warning(fmt.Sprintf("%q could not be loaded.", src))
p.Logger.Warning(fmt.Sprintf("%q could not be loaded.", src.Location))
}

p.Logger.Warning("%d units were not loaded.")
Expand Down

0 comments on commit 27d2140

Please sign in to comment.