packer: send error output to stdout for now

pull/919/head
Mitchell Hashimoto 12 years ago
parent d762ef3a3d
commit 4c09aac149

@ -83,7 +83,7 @@ func DefaultEnvironmentConfig() *EnvironmentConfig {
config.Ui = &BasicUi{
Reader: os.Stdin,
Writer: os.Stdout,
ErrorWriter: os.Stderr,
ErrorWriter: os.Stdout,
}
return config

Loading…
Cancel
Save