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 15, 2023
1 parent 6869614 commit 9fa6cd2
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 @@ -55,7 +55,7 @@ rsync -av --exclude='vendor/' --exclude='node_modules/' --exclude='tests/' ./* $
rm -rf $PREPARE_DIR/wp-content/plugins/wp-redis/.git
cp object-cache.php $PREPARE_DIR/wp-content/object-cache.php

PHP_VERSION="$(terminus site: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 9fa6cd2

Please sign in to comment.