From 4ad87e1a89259ffee2a9e3a4a02ac5eace8fbe84 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Wed, 28 Dec 2022 09:25:45 -0800 Subject: [PATCH] nit --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index bb396ea..344ec24 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,10 +1,10 @@ #!/bin/bash -####################################################################################################### +#################################################################################################### # -# Calls github-pages executable to build the site using whitelisted plugins and supported configuration +# Calls github-pages executable to build the site using allowed plugins and supported configuration # -####################################################################################################### +#################################################################################################### set -o errexit