diff --git a/lib/functions/worker.sh b/lib/functions/worker.sh index 0ff89893..8ea61b2e 100755 --- a/lib/functions/worker.sh +++ b/lib/functions/worker.sh @@ -287,7 +287,7 @@ function LintCodebase() { ( cd "${DIR_NAME}" || exit - terraform get + terraform get >/dev/null ) fi