Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis committed Jan 27, 2022
1 parent bfe5759 commit 4836a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/executor/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (l *Local) Execute(ctx context.Context, cmd string, sudo bool, timeout ...t
command.Stdout = stdout
command.Stderr = stderr

err := command.Run()
err = command.Run()

zap.L().Info("LocalCommand",
zap.String("cmd", cmd),
Expand Down

0 comments on commit 4836a9b

Please sign in to comment.