typo in upload-nlsmetadata

pull/133276/head
Tyler Leonhardt 2021-09-16 10:57:05 -07:00
parent fef6d9f466
commit 16f81160e8
No known key found for this signature in database
GPG Key ID: 1BC2B6244363E77E
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ function main() {
convertedJson.keys.push(key);
convertedJson.messages.push(parsedJson[key]);
}
parsedJson = { package: parsedJson };
parsedJson = { package: convertedJson };
}
key = 'vscode.' + file.relative.split('/')[0];
}

View File

@ -44,7 +44,7 @@ function main() {
convertedJson.keys.push(key);
convertedJson.messages.push(parsedJson[key]);
}
parsedJson = { package: parsedJson };
parsedJson = { package: convertedJson };
}
key = 'vscode.' + file.relative.split('/')[0];
}