Skip to content

Commit

Permalink
fixed linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Jun 25, 2020
1 parent 0d0c4a3 commit a0689d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_exec_stdin.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type execSTDINCommand struct {
split string
}

// Type Command holds a command we're going to execute in a worker-process.
// Command holds a command we're going to execute in a worker-process.
//
// (Command in this sense is a system-binary / external process.)
type Command struct {
Expand Down

0 comments on commit a0689d4

Please sign in to comment.