Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Apr 9, 2024
1 parent 3471764 commit 0ef003c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/neptune/adhoc/adhocexecutionhelpers/root_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
func getRootsFromMergedProjectCfgs(rootCfgs []*valid.MergedProjectCfg) []terraform.Root {
roots := make([]terraform.Root, 0, len(rootCfgs))
for _, rootCfg := range rootCfgs {

root := convertMergedProjectCfgToRoot(rootCfg)
terraformRoot := convertToTerraformRoot(root)
roots = append(roots, terraformRoot)
Expand Down

0 comments on commit 0ef003c

Please sign in to comment.