diff --git a/command/command.go b/command/command.go index 7fc7862..9a9eab0 100644 --- a/command/command.go +++ b/command/command.go @@ -158,7 +158,7 @@ func (c *Command) Run() error { if err != nil { return err } - fmt.Print(out) + fmt.Print(string(out)) } return nil