Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: ktpv <ktpv@users.noreply.github.com>
  • Loading branch information
ktpv committed Nov 24, 2019
1 parent d83b091 commit b93fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func (b *Builder) Save(logger logging.Logger) error {

if _, ok := bpLayers[bpInfo.ID][bpInfo.Version]; ok {
logger.Warnf(
"buildpack %s already exists on builder and will be overridden",
"buildpack %s already exists on builder and will be overwritten",
style.Symbol(bpInfo.FullName()),
)
}
Expand Down

0 comments on commit b93fdab

Please sign in to comment.