Revert "core: Keep errors/warning out of stdout for ease of automation"

This commit is contained in:
Paul Hinze 2016-05-24 15:59:44 -05:00
parent 7a5641b894
commit 0d4c05f1e2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func init() {
OutputPrefix: OutputPrefix,
InfoPrefix: OutputPrefix,
ErrorPrefix: ErrorPrefix,
Ui: &cli.BasicUi{Writer: os.Stdout, ErrorWriter: os.Stderr},
Ui: &cli.BasicUi{Writer: os.Stdout},
}
meta := command.Meta{