summaryrefslogtreecommitdiff
path: root/helpers/xfce-get-release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/xfce-get-release-notes')
-rwxr-xr-xhelpers/xfce-get-release-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/xfce-get-release-notes b/helpers/xfce-get-release-notes
index d37f65f..7cc0c8f 100755
--- a/helpers/xfce-get-release-notes
+++ b/helpers/xfce-get-release-notes
@@ -19,6 +19,6 @@ git log --format=%s ${LAST_TAG}..HEAD | \
grep -v "Back to development" | \
while read line; do \
echo "- $line" | \
- fold -s -w $LINE_LENGTH - | \
+ fold -s -w $LINE_LENGTH | \
sed -e "s/^[^ ]/&/g"
done