Skip to content

Commit

Permalink
same order as in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Feb 1, 2024
1 parent 30d41e7 commit fdfc5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/code-quality/whitespace-lints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -euo pipefail

# use ggrep for macOS, and grep for Linux
case "$OSTYPE" in
linux-gnu*) GREP="grep" ;;
darwin*) GREP="ggrep" ;;
linux-gnu*) GREP="grep" ;;
*) echo "Unknown OS: $OSTYPE" && exit 1 ;;
esac

Expand Down

0 comments on commit fdfc5ed

Please sign in to comment.