From 431283742db072c3b69985d1af0f406b4cd936f6 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 17 Mar 2019 23:56:01 -0400 Subject: [PATCH] Editing comment --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5f5aa259..a5c3704f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -65,7 +65,7 @@ echo "Running build scripts... $BUILD_SCRIPT" && \ eval "$BUILD_SCRIPT" && \ if [ "$CNAME" ]; then - echo "Generating a CNAME file in in the $FOLDER directory." + echo "Generating a CNAME file in in the $FOLDER directory..." echo $CNAME > $FOLDER/CNAME fi