Skip to content

Commit 554b455

Browse files
authored
fix: use positional site.env arg for terminus upstream:updates:apply (#36)
1 parent b1c7493 commit 554b455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validate-fixture-version/validate-fixture-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ main() {
4545
if [[ "${FIXTURE_VERSION_COMPARE}" == "-1" ]]; then
4646
echo "Fixture Version: ${FIXTURE_VERSION} is less than Current WordPress Version: ${CURRENT_WP_VERSION}"
4747
echo "Applying upstream updates on ${TERMINUS_SITE}"
48-
terminus upstream:updates:apply --site="${TERMINUS_SITE}" --env=dev --accept-upstream --updatedb
48+
terminus upstream:updates:apply "${TERMINUS_SITE}.dev" --accept-upstream --updatedb
4949
fi
5050

5151
local CURRENT_WP_VERSION_TRIMMED

0 commit comments

Comments
 (0)