Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Add line break for logging cleanliness
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored and ryanmoran committed Jul 22, 2020
1 parent f2c33a8 commit 0ea6362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func Build(
}

logger.Action("Completed in %s", duration.Round(time.Millisecond))
logger.Break()

depLayer.Metadata = map[string]interface{}{
DependencyCacheKey: dependency.SHA256,
Expand Down

0 comments on commit 0ea6362

Please sign in to comment.