Skip to content

Commit e14a810

Browse files
committed
Fix script name in comment
1 parent b75054b commit e14a810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/download-missing-packages-from-repo-magento-com.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Download all packages referenced in a given composer.lock file that were installed from repo.magento.com but are not present in a given directory.
66
*
77
* Example:
8-
* ./bin/fetch-non-buildable-packages.php ../m2-install/composer.lock output/mirror/packages resource/additional-packages
8+
* ./bin/download-missing-packages-from-repo-magento-com.php ../m2-install/composer.lock output/mirror/packages resource/additional-packages
99
*
1010
* Usage:
1111
* 1. Build all mirror packages using the repo-generator script into package-dir

0 commit comments

Comments
 (0)