From 9fa6cd2e0b01c1a348391fd3c654ff0ceaab4315 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 15 Nov 2023 12:53:36 -0700 Subject: [PATCH] use the right terminus command --- bin/behat-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/behat-prepare.sh b/bin/behat-prepare.sh index 83dfcf6..a9732f2 100755 --- a/bin/behat-prepare.sh +++ b/bin/behat-prepare.sh @@ -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" ###