packer: send error output to stdout for now

This commit is contained in:
Mitchell Hashimoto 2014-02-21 20:14:51 -08:00
parent d762ef3a3d
commit 4c09aac149
1 changed files with 1 additions and 1 deletions

View File

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