Skip to content

Commit 29f74fa

Browse files
committed
changelog: fix echo missing parameters
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 170670e commit 29f74fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ diff:
2020
/local/schema.yml
2121
rm schema-old.yml
2222
mv diff.test /tmp/diff.test
23-
echo -e "Update API Client\n\n" > diff.test
23+
echo "Update API Client" > diff.test
24+
echo >> diff.test
25+
echo >> diff.test
2426
cat /tmp/diff.test >> diff.test
2527

2628
build:

0 commit comments

Comments
 (0)