summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 68f00ec..9185665 100644
--- a/install.sh
+++ b/install.sh
@@ -107,10 +107,10 @@ EOF
echo "done."
echo "Writing dummy article (README) and adding it to the repos... "
(base64 -d | gunzip) > _articles/fugitive-readme <<EOF
-#INCLUDE:README#
+#INCLUDE:README.html#
EOF
git add _articles/fugitive-readme
- git commit --no-verify --author="p4bl0 <r@uzy.me>" \
+ git commit --no-verify --author="p4bl0 <r _at_ uzy .dot. me>" \
-m "fugitive: README" >/dev/null
echo "done."
fi