Skip to content

Commit

Permalink
Merge pull request #919 from kindknow/main
Browse files Browse the repository at this point in the history
chore: fix function name in comment
  • Loading branch information
matryer authored Sep 10, 2024
2 parents fdd0d8d + 0351087 commit 085bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/plugin_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/pkg/errors"
)

// Setpidgid is a no-op in Windows
// Setpgid is a no-op in Windows
func Setpgid(cmd *exec.Cmd) {
}

Expand Down

0 comments on commit 085bf61

Please sign in to comment.