Skip to content

Commit 6c2017d

Browse files
committed
fix trace
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 7c4be9c commit 6c2017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ var (
185185
subCmdTrace = cli.Command{
186186
Name: "trace",
187187
Usage: "Return PProf trace",
188-
Action: runCPUProfile,
188+
Action: runTrace,
189189
Flags: []cli.Flag{
190190
cli.DurationFlag{
191191
Name: "duration",

0 commit comments

Comments
 (0)