Skip to content

Commit 337c65e

Browse files
Apply suggestions from code review
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
1 parent db86cc1 commit 337c65e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@ Full list of dependencies and where they are used:
242242
#### 1.1 Custom Terraform binaries and OpenTofu support
243243

244244
It is possible to set custom path to `terraform` binary.
245-
This makes it possible to use [OpenTofu](https://opentofu.org) binary `tofu` instead of `terraform`.
245+
This makes it possible to use [OpenTofu](https://opentofu.org) binary (`tofu`) instead of `terraform`.
246246

247247
How binary discovery works and how you can redefine it (first matched takes precedence):
248248

249249
1. Check if per hook configuration `--hook-config=--tf-path=<path_to_binary_or_binary_name>` is set
250250
2. Check if `PCT_TFPATH=<path_to_binary_or_binary_name>` environment variable is set
251251
3. Check if `TERRAGRUNT_TFPATH=<path_to_binary_or_binary_name>` environment variable is set
252-
4. Check if `terraform` binary can be found in the user's $PATH
253-
5. Check if `tofu` binary can be found in the user's $PATH
252+
4. Check if `terraform` binary can be found in the user's `$PATH`
253+
5. Check if `tofu` binary can be found in the user's `$PATH`
254254

255255

256256
### 2. Install the pre-commit hook globally

0 commit comments

Comments
 (0)