From b7cd56db00c80c45f53998b09b32a37b836d90c5 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Wed, 14 Feb 2018 00:36:34 +0100 Subject: [PATCH] fix newlines --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index e495876..bbe9d01 100644 --- a/update.sh +++ b/update.sh @@ -8,7 +8,7 @@ git clone https://github.com/ru-de/faq.git $DE_FAQ_DIR --depth=1 rm $DE_FAQ_DIR/CONTRIBUTING.md -(echo "---\nlayout: default\n---\n"; cat "$DE_FAQ_DIR/README.md") > index.md +(echo -e "---\nlayout: default\n---\n"; cat "$DE_FAQ_DIR/README.md") > index.md rm $DE_FAQ_DIR/README.md mkdir $DE_FAQ_DIR/tmp_pages