Update meta-repo stuff
[ghc-hetmet.git] / sync-all
old mode 100644 (file)
new mode 100755 (executable)
index cfc44ea..87e3698
--- 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;