chiark / gitweb /
Look for master-info-v2.txt not master-info-2.txt
[ypp-sc-tools.web-live.git] / yarrg / Commods.pm
index 860510e33835e5e1e574ab429862f0563ecf7c2a..7e7b5ccbe33735a1dc0168c49c78f27c5a2e56a1 100644 (file)
@@ -178,7 +178,7 @@ sub parse_info1 ($$) {
 sub parse_info_clientside () {
     my $yarrg= $ENV{'YPPSC_YARRG_DICT_UPDATE'};
     return unless $yarrg;
-    my $master= fetch_with_rsync("info-$masterinfoversion");
+    my $master= fetch_with_rsync("info-v$masterinfoversion");
     parse_info1($master,'s');
     my $local= '_local-info.txt';
     if (stat $local) {