Index: state/ssh.go |
=== modified file 'state/ssh.go' |
--- state/ssh.go 2012-09-27 14:02:49 +0000 |
+++ state/ssh.go 2012-11-01 14:08:11 +0000 |
@@ -220,7 +220,7 @@ |
error <-chan *sshError // Error printed by ssh. |
wait <-chan error // SSH exit status. |
output io.Closer // The output pipe. |
- cmd *exec.Cmd // The running command. |
+ cmd *exec.Cmd // The running command. |
} |
func (p *sshProc) stop() { |