Skip to content

Commit 0fe6af6

Browse files
committed
D8NID-1713 ~ Fix broken phpcs and drck commands
1 parent 5344483 commit 0fe6af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ddev/commands/web/drupal-check

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
## Aliases: drck
66
## Example: "ddev <drupal-check|drck> web/modules/custom"
77

8-
/app/vendor/bin/drupal-check --memory-limit=256M $1
8+
/var/www/html/vendor/bin/drupal-check --memory-limit=256M $1

.ddev/commands/web/phpcs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
## Usage: phpcs
55
## Example: "ddev phpcs"
66

7-
/app/phpcs.sh "/var/www/html" "/var/www/html/web/modules/origins /var/www/html/web/modules/custom /var/www/html/web/themes/custom"
7+
/var/www/html/phpcs.sh "/var/www/html" "/var/www/html/web/modules/origins /var/www/html/web/modules/custom /var/www/html/web/themes/custom"

0 commit comments

Comments
 (0)