Skip to content

Commit 1e3faa7

Browse files
bradeglerverbanicm
authored andcommitted
minor readme updates
1 parent 2cba315 commit 1e3faa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
## Building the linters
4343

4444
```sh
45-
# Linter to find calls to the 'local-exec' terraform provider
46-
go build ./cmd/lint-local-exec
45+
# Linter to find calls to the 'local-exec' and 'remote-exec' terraform providers
46+
go build ./cmd/lint-terraform
4747

4848
# Linter to find calls to the 'setup-terraform' GitHub
49-
# action from Hashicopr
50-
go build ./cmd/lint-setup-terraform
49+
# action from HashiCorp
50+
go build ./cmd/lint-action
5151
```

0 commit comments

Comments
 (0)