Skip to content

Commit

Permalink
Update to plural for consistency
Browse files Browse the repository at this point in the history
Co-authored-by: Adam <[email protected]>
  • Loading branch information
thejimbirch and phenaproxima authored May 16, 2024
1 parent 4915aee commit 365b047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Installers/DrupalInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class DrupalInstaller extends BaseInstaller
'console' => 'console/{$name}/',
'console-language' => 'console/language/{$name}/',
'config' => 'config/sync/',
'recipe' => 'recipe/{$name}',
'recipe' => 'recipes/{$name}',
);
}

0 comments on commit 365b047

Please sign in to comment.