command: fix build

This commit is contained in:
Mitchell Hashimoto 2014-07-02 19:45:00 -07:00
parent 6b42d3d9a5
commit 5608175c13
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
// ApplyCommand is a Command implementation that applies a Terraform
// configuration and actually builds or changes infrastructure.
type ApplyCommand struct {
ShutdownCh chan struct{}
ShutdownCh <-chan struct{}
TFConfig *terraform.Config
Ui cli.Ui
}