Skip to content

Commit

Permalink
episode 123
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 31, 2023
1 parent f0cc9d6 commit 81b17e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/app/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (c *ShellExecutor) Run(cmd string, params ...string) {

// Do executes command and returns error if failed
func (c *ShellExecutor) do(cmd string) error {
log.Printf("[DEBUG] execute %q", cmd)
log.Printf("[DEBUG] execute %s", cmd)
if c.Dry {
return nil
}
Expand Down

0 comments on commit 81b17e5

Please sign in to comment.