command: fix build

pull/13/head
Mitchell Hashimoto 12 years ago
parent 6b42d3d9a5
commit 5608175c13

@ -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
}

Loading…
Cancel
Save