Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/tf-fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# in prow, already in container, so no 'podman run'
if [ "$IS_CONTAINER" != "" ]; then
if [ "${#N}" -gt 1 ]; then
if [ "${#N}" -eq 0 ]; then
set -- -list -check -write=false
fi
set -x
Expand Down