summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-03-31 23:00:53 +0100
committerIan Lynagh <igloo@earth.li>2011-03-31 23:00:53 +0100
commit90edc9caf6d29b49a484cb0610476aea49d8bad2 (patch)
treeb58991f39aa11b5e5bcf7c4082ca2f3c12a9e8c2 /sync-all
parent5cfe9e92a92201043d5dbb1c4e10fef0ed0d9f49 (diff)
downloadhaskell-90edc9caf6d29b49a484cb0610476aea49d8bad2.tar.gz
Update meta-repo stuff
Diffstat (limited to 'sync-all')
-rwxr-xr-x[-rw-r--r--]sync-all2
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;