Skip to content

Commit

Permalink
We are at the root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 14, 2024
1 parent a3f1007 commit 0aaaed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/remove_trailing_spaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if [[ "$PWD" =~ scripts$ ]]; then
exit 42
fi

# Go to the root folder
cd .. || exit 41
# We are at the root folder

find . -type f | grep "\\.md$" | xargs -0 perl -pi -e 's/ +$//'

0 comments on commit 0aaaed9

Please sign in to comment.