Skip to content

Commit 64c65e6

Browse files
authored
Adapt to changed location of phpcs.xml.dist (#68)
See https://www.drupal.org/project/gitlab_templates/issues/3427357
1 parent b5c14f3 commit 64c65e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/web/phpcbf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ if ! command -v phpcbf >/dev/null; then
1111
echo "phpcbf is not available. You may need to 'ddev composer install'"
1212
exit 1
1313
fi
14-
test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/scripts/phpcs.xml.dist
14+
test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/assets/phpcs.xml.dist
1515
phpcbf -s --report-full --report-summary --report-source web/modules/custom "$@"

0 commit comments

Comments
 (0)