mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
fix: dont print stdout from terraform get
This commit is contained in:
parent
ecb6625a21
commit
58e42fe112
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ function LintCodebase() {
|
|||
|
||||
(
|
||||
cd "${DIR_NAME}" || exit
|
||||
terraform get
|
||||
terraform get >/dev/null
|
||||
)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue