Skip to content

Commit 2c91d47

Browse files
committedNov 16, 2014
Fix URL for releases.tsv
Drupal.org redirects drupal.org to www.drupal.org
1 parent ad8342a commit 2c91d47

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)
Please sign in to comment.