aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/workflow/README.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/workflow/README.sh b/build-aux/workflow/README.sh
index 2a900f5..49b1e8d 100755
--- a/build-aux/workflow/README.sh
+++ b/build-aux/workflow/README.sh
@@ -13,7 +13,7 @@ done
RELEASES="$(mktemp)"
if [ -s "$RELEASES_LIST" ]; then
- printf '# Releases\n\n' >> "$RELEASES"
+ printf '\n# Releases\n\n' >> "$RELEASES"
cat "$RELEASES_LIST" >> "$RELEASES"
fi