Skip to content

Commit

Permalink
restore the env:create to the way it was originally
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Nov 9, 2023
1 parent 6cb1a74 commit 4b399da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/behat-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -ex
###
# Create a new environment for this particular test run.
###
terminus multidev:create "$TERMINUS_SITE".dev "$TERMINUS_ENV" --yes
terminus env:create "${TERMINUS_SITE}".dev "$TERMINUS_ENV"
terminus env:wipe "$SITE_ENV" --yes

###
Expand Down

0 comments on commit 4b399da

Please sign in to comment.