Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / composer / installers / src / Composer / Installers / DrupalInstaller.php
index a41ee2e152af7e78410da874d2a290adbfae1766..fef7c525dcaee2bcdc5135f713cc21b6f1ba30ff 100644 (file)
@@ -11,6 +11,6 @@ class DrupalInstaller extends BaseInstaller
         'profile'   => 'profiles/{$name}/',
         'drush'     => 'drush/{$name}/',
            'custom-theme' => 'themes/custom/{$name}/',
-           'custom-module' => 'modules/custom/{$name}',
+           'custom-module' => 'modules/custom/{$name}/',
     );
 }