From 0d4c05f1e2cc04b61946b10ab6f1e3f9da6e6c06 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 24 May 2016 15:59:44 -0500 Subject: [PATCH] Revert "core: Keep errors/warning out of stdout for ease of automation" --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index c21c67b194..a070ff0d78 100644 --- a/commands.go +++ b/commands.go @@ -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{