diff --git a/scripts/remove_trailing_spaces.sh b/scripts/remove_trailing_spaces.sh index f47fc530c..32ac9c6bd 100755 --- a/scripts/remove_trailing_spaces.sh +++ b/scripts/remove_trailing_spaces.sh @@ -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/ *$//'