Skip to content

Commit 8425502

Browse files
authored
Merge pull request #653 from Yethal/patch-2
2 parents c5c3147 + 6769b79 commit 8425502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/terraform-validate/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -x
88
| sort \
99
| uniq \
1010
| while read dir; do
11-
${opentofu}/bin/tofu init "$dir"
12-
${opentofu}/bin/tofu validate "$dir"
11+
${opentofu}/bin/tofu -chdir="$dir" init
12+
${opentofu}/bin/tofu -chdir="$dir" validate
1313
done
1414
''

0 commit comments

Comments
 (0)