From 282420d4559f2221388574bf7965e45396917e9e Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sat, 2 Jun 2018 01:37:52 +0100 Subject: Bugfix - the versions we need to update to are from *english* --- switch_to_git_translations.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'switch_to_git_translations.pl') diff --git a/switch_to_git_translations.pl b/switch_to_git_translations.pl index c9fe0b0961b..3e6ca8ff39a 100755 --- a/switch_to_git_translations.pl +++ b/switch_to_git_translations.pl @@ -261,7 +261,7 @@ if (length($db_file) < 2) { vlog (" Rewriting $db_file with git revisions"); open OUT, "> $db_file" or die "Couldn't write $db_file: $!"; for my $file (sort keys %translated_files) { - my $targetfile = "$language/$file"; + my $targetfile = "english/$file"; my $revision = $translated_files{$file}; my $hash = $rev_map{"$targetfile"}{"$revision"}{"commit_hash"}; if (!defined $hash) { -- cgit v1.2.3