Skip to content

Commit

Permalink
Update internal/executor/instance/instance.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolay Edigaryev <[email protected]>
  • Loading branch information
fkorotkov and edigaryev authored Sep 22, 2020
1 parent 2018331 commit 35cd7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/executor/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func RunDockerizedAgent(ctx context.Context, config *RunConfig, params *Params)
dockerPullLogger.Infof("pulling image %s", params.Image)
progress, err := cli.ImagePull(ctx, params.Image, types.ImagePullOptions{})
if err != nil {
dockerPullLogger.Errorf("Failed to pull %s: $v", params.Image, err)
dockerPullLogger.Errorf("failed to pull %s: %v", params.Image, err)
dockerPullLogger.Finish(false)
return err
}
Expand Down

0 comments on commit 35cd7a3

Please sign in to comment.