Skip to content

Commit 756910b

Browse files
kmbremnergreg-1-anderson
authored andcommitted
Fix typo in manual download command (#92)
Looks like the command given should use a colon rather than a hyphen: [Symfony\Component\Console\Exception\CommandNotFoundException] Command "drupal-scaffold" is not defined. Did you mean this? drupal:scaffold
1 parent b586976 commit 756910b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ command callback to the `scripts`-section of your root `composer.json`, like thi
113113
```
114114

115115
After that you can manually download the scaffold files according to your
116-
configuration by using `composer drupal-scaffold`.
116+
configuration by using `composer drupal:scaffold`.
117117

118118
It is assumed that the scaffold files will be committed to the repository, to
119119
ensure that the correct files are used on the CI server (see **Limitation**,

0 commit comments

Comments
 (0)