Skip to content

Commit

Permalink
Merge pull request #51 from rhelmer/master
Browse files Browse the repository at this point in the history
bug 1093965 - support single locale builds for Android on beta and relea...
  • Loading branch information
rhelmer committed Nov 6, 2014
2 parents 5c509d3 + f690e17 commit 9b74274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/sentry.pl
Expand Up @@ -269,7 +269,7 @@ sub log_this {
elsif ($filepath =~ m!-euballot/!i) {
$filepath =~ s@:lang@sv-SE@;
} else {
$filepath =~ s@:lang@en-US@;
$filepath =~ s@:lang@en-US@g;
}

my $req = HTTP::Request->new(HEAD => $mirror->{baseurl} . $filepath);
Expand Down

0 comments on commit 9b74274

Please sign in to comment.