We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5344483 commit 0fe6af6Copy full SHA for 0fe6af6
.ddev/commands/web/drupal-check
@@ -5,4 +5,4 @@
5
## Aliases: drck
6
## Example: "ddev <drupal-check|drck> web/modules/custom"
7
8
-/app/vendor/bin/drupal-check --memory-limit=256M $1
+/var/www/html/vendor/bin/drupal-check --memory-limit=256M $1
.ddev/commands/web/phpcs
@@ -4,4 +4,4 @@
4
## Usage: phpcs
## Example: "ddev phpcs"
-/app/phpcs.sh "/var/www/html" "/var/www/html/web/modules/origins /var/www/html/web/modules/custom /var/www/html/web/themes/custom"
+/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