@enplug/scripts 1.11.4-dev66 → 1.11.4-dev67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -135,7 +135,7 @@ async function updateFrakeTranslations(credentials, fileId, s3EnPath, s3Client,
|
|
|
135
135
|
const fakeTranslation = await readFakeTranslationsFile(fakeTranslationUrl.data.url);
|
|
136
136
|
console.log('fakeTranslation', fakeTranslation.data);
|
|
137
137
|
|
|
138
|
-
await uploadTranslationToS3(s3Client, bucket, s3FakeTranslationPath,
|
|
138
|
+
await uploadTranslationToS3(s3Client, bucket, s3FakeTranslationPath, fakeTranslation);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
async function promptForceContinue() {
|