Skip to content

Commit 73d86b1

Browse files
committed
fix comment
1 parent 22fb9a2 commit 73d86b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎internal/ext/process/gen.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (r *Runner) Invoke(ctx context.Context, method string, args any, reply any,
6464
}
6565
cmd = exec.CommandContext(ctx, path, method)
6666
case r.Cmd == "" && r.GoPkg != "":
67-
// Check if the output plugin exists
67+
// Check if the go binary exists
6868
path, err := exec.LookPath("go")
6969
if err != nil {
7070
return fmt.Errorf("go binary required to run go package %s", r.GoPkg)

0 commit comments

Comments
 (0)