summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2aedf49..7a2401c 100644
--- a/install.sh
+++ b/install.sh
@@ -104,7 +104,8 @@ EOF
#INCLUDE:README#
EOF
git add _articles/fugitive-readme
- git commit --no-verify -m "fugitive: README" >/dev/null
+ git commit --no-verify --author="p4bl0 <pablo@rauzy.name>" \
+ -m "fugitive: README" >/dev/null
echo "done."
fi
echo "Installation complete, please set your blog url using"