command/apply: use new state formatting

pull/19/head
Mitchell Hashimoto 12 years ago
parent 79c60e0331
commit 9b090a5505

@ -120,7 +120,7 @@ func (c *ApplyCommand) Run(args []string) int {
return 1
}
c.Ui.Output(strings.TrimSpace(state.String()))
c.Ui.Output(FormatState(state, c.Colorize()))
return 0
}

Loading…
Cancel
Save