typo fix b=411928 r=rhelmer
git-svn-id: svn://10.0.0.236/trunk@243500 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f561e8ff92
commit
1cad8520d8
@ -196,7 +196,7 @@ sub DetermineBranches {
|
|||||||
else {
|
else {
|
||||||
if ($version eq 'nightly') {
|
if ($version eq 'nightly') {
|
||||||
push(@branches, $branchTag);
|
push(@branches, $branchTag);
|
||||||
push(@branches, $branchTag . 'l10n');
|
push(@branches, $branchTag . '_l10n');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
push(@branches, $branchTag . '_release');
|
push(@branches, $branchTag . '_release');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user