grim/convey

c43b78499c77
Parents a71350e0b4d4
Children acd4f016da13
Fix up a comment that was really out of date
  • +2 -2
    exec/exec.go
  • --- a/exec/exec.go Sat Oct 26 13:37:21 2019 -0500
    +++ b/exec/exec.go Sat Oct 26 13:45:42 2019 -0500
    @@ -29,8 +29,8 @@
    "bitbucket.org/rw_grim/convey/logging"
    )
    -// Run runs the command specified in cmdTemplate which is rendered with the
    -// given params and logs stderr and stdout to a new log adapter.
    +// Run runs the command specified in argv and logs stderr and stdout to a new
    +// log adapter.
    func Run(name string, cmdv []string, timeout time.Duration) error {
    var (
    logger = logging.NewAdapter(name)