Merge pull request #45 from auchri/patch-1

Fix typo :)
This commit is contained in:
Richard Harvey
2016-06-21 11:07:59 +01:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ if [ ! -z "$GIT_NAME" ]; then
git config --global push.default simple
fi
# Pull down code form git for our site!
# Pull down code from git for our site!
if [ ! -z "$GIT_REPO" ]; then
rm -Rf /var/www/html
mkdir /var/www/html