Skip to content

Commit

Permalink
force the wp download
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Feb 9, 2024
1 parent d786485 commit ed229e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ download_wp() {
fi

echo "Downloading WordPress version: ${WP_VERSION} to ${TMPDIR}/wordpress"
wp core download --version="$WP_VERSION" --path="${TMPDIR}/wordpress"
wp core download --version="$WP_VERSION" --path="${TMPDIR}/wordpress" --force
}

setup_wp() {
Expand Down

0 comments on commit ed229e0

Please sign in to comment.