Skip to content

Commit

Permalink
remove will-cite
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley committed Sep 26, 2024
1 parent aaa8d60 commit bce5c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function check_terraform() {
| grep -v 'test/fixtures/shared' \
| compat_xargs -n1 dirname \
| sort -u \
| parallel --will-cite --keep-order --retries 3 --joblog /tmp/lint_log terraform_validate
| parallel --keep-order --retries 3 --joblog /tmp/lint_log terraform_validate
cat /tmp/lint_log
else
find_files . -name "*.tf" -print \
Expand Down

0 comments on commit bce5c05

Please sign in to comment.