Skip to content

Commit 54cf619

Browse files
committed
Revert "Debugging"
This reverts commit 1ae8cc8.
1 parent 1ae8cc8 commit 54cf619

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/hooks.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,10 +3235,8 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
32353235
opentofu_or_terraform() {
32363236
local bin_dir=${hooks.terraform-format.package}
32373237
if [ -f "''${bin_dir}/bin/tofu" ]; then
3238-
echo "Using OpenTofu"
32393238
''${bin_dir}/bin/tofu "$@"
32403239
else
3241-
echo "Using Terraform"
32423240
''${bin_dir}/bin/terraform "$@"
32433241
fi
32443242
}

0 commit comments

Comments
 (0)