Skip to content

Commit

Permalink
confTest -> conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Apr 15, 2024
1 parent da87a07 commit ca86551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/neptune/workflows/activities/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ func NewTerraform(tfConfig config.TerraformConfig, validationConfig config.Valid
}

defaultConftestVersion := validationConfig.DefaultVersion
var confTestClient *command.AsyncClient
var conftestClient *command.AsyncClient
if defaultConftestVersion != nil {
confTestClient, err = command.NewAsyncClient(
conftestClient, err = command.NewAsyncClient(
defaultConftestVersion,
conftestVersionCache,
)
Expand Down Expand Up @@ -191,7 +191,7 @@ func NewTerraform(tfConfig config.TerraformConfig, validationConfig config.Valid
},
conftestActivity: &conftestActivity{
DefaultConftestVersion: defaultConftestVersion,
ConftestClient: confTestClient,
ConftestClient: conftestClient,
StreamHandler: streamHandler,
Policies: policies,
FileValidator: &file.Validator{},
Expand Down

0 comments on commit ca86551

Please sign in to comment.