There was an error while loading. Please reload this page.
1 parent b1c7493 commit 554b455Copy full SHA for 554b455
1 file changed
validate-fixture-version/validate-fixture-version.sh
@@ -45,7 +45,7 @@ main() {
45
if [[ "${FIXTURE_VERSION_COMPARE}" == "-1" ]]; then
46
echo "Fixture Version: ${FIXTURE_VERSION} is less than Current WordPress Version: ${CURRENT_WP_VERSION}"
47
echo "Applying upstream updates on ${TERMINUS_SITE}"
48
- terminus upstream:updates:apply --site="${TERMINUS_SITE}" --env=dev --accept-upstream --updatedb
+ terminus upstream:updates:apply "${TERMINUS_SITE}.dev" --accept-upstream --updatedb
49
fi
50
51
local CURRENT_WP_VERSION_TRIMMED
0 commit comments