Skip to content

Commit 72356ac

Browse files
authored
Merge pull request composer#386 from Slamdunk/patch-1
BuildCommand: fix help typo
2 parents dddcb91 + 3bff96a commit 72356ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command/BuildCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function configure()
9090
be called every time a user installs a package, see
9191
https://getcomposer.org/doc/05-repositories.md#notify-batch
9292
- <info>"include-filename"</info> Specify filename instead of default include/all${SHA1_HASH}.json
93-
- <info>"archive"</info>info> archive configuration, see https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md#downloads
93+
- <info>"archive"</info> archive configuration, see https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md#downloads
9494

9595
EOT
9696
);

0 commit comments

Comments
 (0)