Skip to content

Commit 705d273

Browse files
committed
Fix output of tf-lock
1 parent 373f208 commit 705d273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/tf-lock.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
echo "Running $(basename "${0}") pre-commit checks..."
1515
for FILE in "${@}"; do
16-
pushd "$(dirname "${FILE}")"
16+
pushd "$(dirname "${FILE}")" 1> /dev/null
1717
tofu providers lock -platform=linux_amd64
18-
popd
18+
popd 1> /dev/null
1919
done

0 commit comments

Comments
 (0)