Fix typo :)

This commit is contained in:
Christoph
2016-06-21 02:04:20 +02:00
committed by GitHub
parent 7ae3dd5094
commit fd638030e0

View File

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