Always enable color for now

This commit is contained in:
Mitchell Hashimoto 2014-07-26 14:07:47 -07:00
parent 719217d64d
commit 17d085b13a
1 changed files with 0 additions and 4 deletions

View File

@ -3,9 +3,7 @@ package main
import (
"os"
"os/signal"
"runtime"
"code.google.com/p/go.crypto/ssh/terminal"
"github.com/hashicorp/terraform/command"
"github.com/mitchellh/cli"
)
@ -29,8 +27,6 @@ func init() {
}
meta := command.Meta{
Color: runtime.GOOS == "windows" ||
terminal.IsTerminal(int(os.Stdout.Fd())),
ContextOpts: &ContextOpts,
Ui: Ui,
}