Skip to content

Commit

Permalink
Show all lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Aug 28, 2024
1 parent 65d0d4c commit 6bbfc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/run_binary_expansions/expansions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -o errexit -o nounset -o pipefail

mkdir -p $(dirname $1)
outfile=$1
rm -f $outfile
rm -f $outfile || true
for each in $@; do
sanitized=${each/darwin/PLATFORM}
sanitized=${sanitized/k8/PLATFORM}
Expand Down

0 comments on commit 6bbfc46

Please sign in to comment.