Skip to content

Commit

Permalink
fix: fixed typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Nov 11, 2024
1 parent ab18206 commit 72b693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72b693e

Please sign in to comment.