command: fix build
This commit is contained in:
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…
Reference in New Issue