mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
linting: add to Makefile & do some fixes
This commit is contained in:
@ -15,8 +15,8 @@ func Run(dir string, command string, args []string) (string, bool, error) {
|
||||
<-proc.WaitCh
|
||||
|
||||
if proc.ExitState.Success() {
|
||||
return string(outFile.Bytes()), true, nil
|
||||
return outFile.String(), true, nil
|
||||
} else {
|
||||
return string(outFile.Bytes()), false, nil
|
||||
return outFile.String(), false, nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user