Skip to content

Commit 43a2fbc

Browse files
committed
Merge pull request #1 from webflo/patch-1
Fix URL for releases.tsv
2 parents 52d2a6a + 2c91d47 commit 43a2fbc

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
@@ -21,7 +21,7 @@ populate the database so that you can generate a composer repository like so:
2121
```
2222
./app/console packagist:bulk_add --repo-pattern \
2323
'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 -)
24+
https://www.drupal.org/files/releases.tsv | grep 7.x | awk '{ print $3 }' | sort | uniq -)
2525
```
2626

2727
Running 10 AWS c3.large instances to consume the queue filled by the

0 commit comments

Comments
 (0)