Skip to content

Commit

Permalink
remove non-existant --from-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Nov 8, 2023
1 parent c50e093 commit 1d05ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/behat-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ if [ -v PHP_VERSION ] && [ "$PHP_VERSION" == "8.3" ]; then
###
# Create a new environment for this particular test run on PHP 8.3.
###
terminus multidev:create "$TERMINUS_SITE".83 --from-env="83-$TERMINUS_ENV" --yes
terminus multidev:create "$TERMINUS_SITE".83 "83-$TERMINUS_ENV" --yes
else
###
# Create a new environment for this particular test run on PHP 7.4.
###
terminus multidev:create "$TERMINUS_SITE".dev --from-env="$TERMINUS_ENV" --yes
terminus multidev:create "$TERMINUS_SITE".dev "$TERMINUS_ENV" --yes
fi
terminus env:wipe "$SITE_ENV" --yes

Expand Down

0 comments on commit 1d05ab7

Please sign in to comment.