From 72b693e6a11418a6860d4474f9a175d533cc5b29 Mon Sep 17 00:00:00 2001 From: Lars Gersmann Date: Mon, 11 Nov 2024 13:57:37 +0100 Subject: [PATCH] fix: fixed typo in build script --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 3253548..3aaf9d8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -11,7 +11,7 @@ source "$(realpath $0 | xargs dirname)/includes/bootstrap.sh" # skip building if BUILD_UP_TO_DATE is set to 1 if [[ "${BUILD_UP_TO_DATE:-}" == '1' ]]; then - ionos.wordpress.log_info "skip (re)building : BUILD_UP_TO_DATE=1" + ionos.wordpress.log_warn "skip (re)building : BUILD_UP_TO_DATE=1" exit 0 fi