summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-05 16:56:12 +0300
committerWolfy-J <[email protected]>2018-06-05 16:56:12 +0300
commit3112f9b58c73773cea972fd79f04d33f8f7d7edd (patch)
tree334941e56becd1dde9fd1ce353e63d63775d772b /worker.go
parent76ff8d1c95e087749d559ee5a4f8f0348feafffa (diff)
Cs and refactoring
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.go b/worker.go
index a29e514a..6bd317d8 100644
--- a/worker.go
+++ b/worker.go
@@ -30,7 +30,7 @@ type Worker struct {
state *state
// underlying command with associated process, command must be
- // provided to worker from outside in non-started form. Command
+ // provided to worker from outside in non-started form. Cmd
// stdErr direction will be handled by worker to aggregate error message.
cmd *exec.Cmd