From fd638030e0ecf1c5f65d99c93fbe654d6e5602df Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 21 Jun 2016 02:04:20 +0200 Subject: [PATCH] Fix typo :) --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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