From e184127d381e055bf74b25b6dcae06a8fd90d363 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 2 Apr 2023 20:31:39 +0200 Subject: [PATCH] Update formatting --- build/patch-util/00-download-file.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/patch-util/00-download-file.sh b/build/patch-util/00-download-file.sh index f2330ba..c39d6ca 100755 --- a/build/patch-util/00-download-file.sh +++ b/build/patch-util/00-download-file.sh @@ -25,8 +25,8 @@ echo "> Two files are now downloaded to wp-src" echo "> Please update wp-src/mod-update-core.php with code bellow and then execute ./01-create-patch.sh" echo "" echo "" -echo "wp_die(" -echo " __( 'Sorry, you are not allowed to update this site.' ) ." -echo " ' Click here to learn why.'" -echo ");" +echo " wp_die(" +echo " __( 'Sorry, you are not allowed to update this site.' ) ." +echo " ' Click here to learn why.'" +echo " );" echo ""