From 98bb3a8cdf9f9fc8c1dccaf2f69f4c67a55b709d Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 24 Mar 2018 23:44:12 +0100 Subject: [PATCH] Fix typo in build.sh comments --- site/build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/build/build.sh b/site/build/build.sh index c976f62..33876ea 100755 --- a/site/build/build.sh +++ b/site/build/build.sh @@ -37,7 +37,7 @@ else done - ## After successfully building the website, we set the AWS credentials and uplodad + ## After successfully building the website, we set the AWS credentials and upload ## everything to our AWS s3 bucket. ## #if [ -f /srv/cred/aws.sh ]; then