We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4108ab0 commit cee9fadCopy full SHA for cee9fad
pkg/cmd/tracerunner.go
@@ -87,7 +87,7 @@ func (o *TraceRunnerOptions) Run() error {
87
}
88
89
90
- c := exec.Command(o.bpftraceBinaryPath, o.programPath)
+ c := exec.Command(o.bpftraceBinaryPath, programPath)
91
c.Stdout = os.Stdout
92
c.Stdin = os.Stdin
93
c.Stderr = os.Stderr
0 commit comments