marcin.suterski
8 years ago
No known key found for this signature in database
GPG Key ID: A6CF8B51D99C0C92
1 changed files with
0 additions and
4 deletions
-
plugin.go
|
@ -88,10 +88,6 @@ func (p Plugin) Exec() error { |
|
|
trace(c) |
|
|
trace(c) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
logrus.WithFields(logrus.Fields{ |
|
|
|
|
|
"command": c.Args, |
|
|
|
|
|
}).Debug("Running") |
|
|
|
|
|
|
|
|
|
|
|
err := c.Run() |
|
|
err := c.Run() |
|
|
if err != nil { |
|
|
if err != nil { |
|
|
logrus.WithFields(logrus.Fields{ |
|
|
logrus.WithFields(logrus.Fields{ |
|
|