Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update builtin/docker/pull/kaniko.go
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Cain <bcain@hashicorp.com>
  • Loading branch information
paladin-devops and briancain committed Apr 27, 2022
1 parent fe6588b commit 7399593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/docker/pull/kaniko.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (b *Builder) pullWithKaniko(
log hclog.Logger,
ai *wpdocker.AccessInfo,
) (*wpdocker.Image, error) {
step := sg.Add("Pulling Docker image with kaniko...")
step := sg.Add("Pulling Docker image with Kaniko...")
defer func() {
if step != nil {
step.Abort()
Expand Down

0 comments on commit 7399593

Please sign in to comment.