Mobrovac has submitted this change and it was merged.

Change subject: Fix typon in imgUpdate script
......................................................................


Fix typon in imgUpdate script

 Bug: T126160

Change-Id: Icea3e97a1e0bcb25e6886787a38c6ef37f725629
---
M scripts/imgUpdate.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mobrovac: Verified; Looks good to me, approved



diff --git a/scripts/imgUpdate.js b/scripts/imgUpdate.js
index 495b187..dfdb8f2 100755
--- a/scripts/imgUpdate.js
+++ b/scripts/imgUpdate.js
@@ -42,7 +42,7 @@
     }
     return preq.post({
         uri: baseURL + "svg/",
-        body: {q: testcase.input, noSpeak: true}
+        body: {q: testcase.input, nospeech: true}
     }).then(function (res) {
         var nextProm = BBPromise.resolve();
         var svgPath = path.resolve(__dirname, 
"../test/files/mathjax-texvc/svg", testcase.id + ".svg");

-- 
To view, visit https://gerrit.wikimedia.org/r/268958
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icea3e97a1e0bcb25e6886787a38c6ef37f725629
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/services/mathoid
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to