Skip to content

Commit

Permalink
Minor fix of the indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 22, 2024
1 parent 57d5221 commit 98a52d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/list_known_failures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#

if [ ! -d cmake ]; then
echo "Must be run from top-level gmt directory"
exit 1
echo "Must be run from top-level gmt directory"
exit 1
fi

known_failures=$(grep -rl "GMT_KNOWN_FAILURE" test/**/*.sh doc/**/*.sh)
Expand Down

0 comments on commit 98a52d4

Please sign in to comment.