mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-14 01:13:59 -06:00
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
Block a user