diff options
author | Ian Lynagh <igloo@earth.li> | 2011-03-31 23:00:53 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-03-31 23:00:53 +0100 |
commit | 90edc9caf6d29b49a484cb0610476aea49d8bad2 (patch) | |
tree | b58991f39aa11b5e5bcf7c4082ca2f3c12a9e8c2 /sync-all | |
parent | 5cfe9e92a92201043d5dbb1c4e10fef0ed0d9f49 (diff) | |
download | haskell-90edc9caf6d29b49a484cb0610476aea49d8bad2.tar.gz |
Update meta-repo stuff
Diffstat (limited to 'sync-all')
-rwxr-xr-x[-rw-r--r--] | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-all b/sync-all index cfc44eae84..87e3698d5a 100644..100755 --- a/sync-all +++ b/sync-all @@ -79,7 +79,7 @@ sub parsePackages { my @repos; my $lineNum; - open IN, "< packages.git" or die "Can't open packages file"; + open IN, "< packages" or die "Can't open packages file"; @repos = <IN>; close IN; |