diff --git a/scripts/start.sh b/scripts/start.sh index 10c3f76..ecf2a8b 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -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