Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapa96 committed Jan 2, 2025
1 parent 036b715 commit 81accf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func (p Plugin) Exec() error {
var err error
if isCommandBuildxBuild(cmd.Args) && p.CacheMetricsFile != "" {
// Create a tee writer and get the channel
fmt.Fprintf(os.Stdout, "+ %s\n", base64.StdEncoding.EncodeToString([]byte(strings.Join(cmd.Args, " ")))
fmt.Fprintf(os.Stdout, "+ %s\n", base64.StdEncoding.EncodeToString([]byte(strings.Join(cmd.Args, " "))))
teeWriter, statusCh := Tee(os.Stdout)

var goroutineErr error
Expand Down

0 comments on commit 81accf8

Please sign in to comment.