Skip to content

Commit 05c91f9

Browse files
committed
Add terminal newline
1 parent d642ea7 commit 05c91f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/create_newsletter_scaffold.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ sed -i "s/{{\s*NEWSLETTER_COUNTER\s*}}/${NEWSLETTER_COUNTER}/g" index.md
3131
destination="content/news/$(printf "%03d" ${NEWSLETTER_COUNTER})"
3232
mkdir -p $destination
3333
mv index.md $destination/index.md
34-
git status
34+
git status

0 commit comments

Comments
 (0)