Commit 4c09aac1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer: send error output to stdout for now

parent d762ef3a
......@@ -83,7 +83,7 @@ func DefaultEnvironmentConfig() *EnvironmentConfig {
config.Ui = &BasicUi{
Reader: os.Stdin,
Writer: os.Stdout,
ErrorWriter: os.Stderr,
ErrorWriter: os.Stdout,
}
return config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment