Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Oct 11, 2024
1 parent e0aa937 commit 7f3c008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ func (this *build) evaluateEnvironment(ctx context.Context) error {
}
}

log.With("file", fn).
Info("options output created")
}

if fn := this.summaryOutputFilename; fn != "" {
Expand Down Expand Up @@ -218,6 +220,9 @@ func (this *build) evaluateEnvironment(ctx context.Context) error {
return err
}
}

log.With("file", fn).
Info("summary output created")
}

return nil
Expand Down

0 comments on commit 7f3c008

Please sign in to comment.