Skip to content

Commit

Permalink
Use sed
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 14, 2024
1 parent 66e37d0 commit e45c387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/remove_trailing_spaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi

# We are at the root folder

find . -type f | grep "\\.md$" | sed -i 's/ *$//' '{}' ';'
find . -type f | grep "\\.md$" | sed -i 's/ *$//'

0 comments on commit e45c387

Please sign in to comment.