Skip to content

Commit

Permalink
use the right terminus command
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Nov 9, 2023
1 parent 7b7fd8d commit 3374115
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 @@ -50,7 +50,7 @@ PANTHEON_SITE_URL="$TERMINUS_ENV-$TERMINUS_SITE.pantheonsite.io"
PREPARE_DIR="/tmp/$TERMINUS_ENV-$TERMINUS_SITE"
BASH_DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

PHP_VERSION="$(terminus connection:info $SITE_ENV --field=php_version)"
PHP_VERSION="$(terminus env:info $SITE_ENV --field=php_version)"
echo "PHP Version: $PHP_VERSION"

###
Expand Down

0 comments on commit 3374115

Please sign in to comment.