We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d950078 commit de1eb04Copy full SHA for de1eb04
commands/web/symlink-project
@@ -12,5 +12,8 @@ export _WEB_ROOT=$DDEV_DOCROOT
12
#todo use more dynamic ref.
13
cd "$DDEV_COMPOSER_ROOT" || exit
14
curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/scripts/symlink_project.php
15
-php symlink_project.php "$DDEV_SITENAME"
+
16
+# Symlink name using underscores.
17
+# @see https://www.drupal.org/docs/develop/creating-modules/naming-and-placing-your-drupal-module
18
+php symlink_project.php "${DDEV_SITENAME//-/_}"
19
rm -f symlink_project.php
0 commit comments