Skip to content

Commit 12b2bf4

Browse files
committed
Fix phpcs_php_path var
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent e728d0f commit 12b2bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ if [[ -n "$PHPCS_PHP_VERSION" ]]; then
176176
phpcs_php_path=$( command -v php$PHPCS_PHP_VERSION )
177177
fi
178178

179-
CMD+=( "--phpcs-php-path=$PHPCS_PHP_VERSION" )
179+
CMD+=( "--phpcs-php-path=$phpcs_php_path" )
180180
fi
181181

182182
#######################################

0 commit comments

Comments
 (0)