Skip to content

Commit

Permalink
Update compare-format.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Brent Yorgey <[email protected]>
  • Loading branch information
xsebek and byorgey authored Oct 7, 2023
1 parent d67a27f commit d259407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compare-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function help() {
echo "as markdown with triple backticks."
}

# Simple argumet parsing from https://stackoverflow.com/a/14203146
# Simple argument parsing from https://stackoverflow.com/a/14203146
POSITIONAL_ARGS=()
while [[ $# -gt 0 ]]; do
case $1 in
Expand Down

0 comments on commit d259407

Please sign in to comment.