Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt committed Sep 17, 2024
1 parent 570fa88 commit 886594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tdbg/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ func AdminReplicateWorkflow(
},
})
if err != nil {
return fmt.Errorf("unable to replicate workflow: %s", err)
return fmt.Errorf("unable to replicate workflow: %w", err)
}

fmt.Fprintln(c.App.Writer, "Replication tasks generated successfully.")
Expand Down

0 comments on commit 886594f

Please sign in to comment.