We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52d2a6a + 2c91d47 commit 43a2fbcCopy full SHA for 43a2fbc
README.md
@@ -21,7 +21,7 @@ populate the database so that you can generate a composer repository like so:
21
```
22
./app/console packagist:bulk_add --repo-pattern \
23
'http://git.drupal.org/project/%2$s' --vendor drupal $(curl \
24
-https://drupal.org/files/releases.tsv | grep 7.x | awk '{ print $3 }' | sort | uniq -)
+https://www.drupal.org/files/releases.tsv | grep 7.x | awk '{ print $3 }' | sort | uniq -)
25
26
27
Running 10 AWS c3.large instances to consume the queue filled by the
0 commit comments