Fix typo :)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user