Author: marvintriebel
Date: Fri Apr 11 15:43:25 2014
New Revision: 9339

URL: http://svn.gna.org/viewcvs/service-tech?rev=9339&view=rev
Log:
typo fix

Modified:
    trunk/_meta/live2/frontend/generation/createAllInputsFromGgo.js

Modified: trunk/_meta/live2/frontend/generation/createAllInputsFromGgo.js
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/_meta/live2/frontend/generation/createAllInputsFromGgo.js?rev=9339&r1=9338&r2=9339&view=diff
==============================================================================
--- trunk/_meta/live2/frontend/generation/createAllInputsFromGgo.js     
(original)
+++ trunk/_meta/live2/frontend/generation/createAllInputsFromGgo.js     Fri Apr 
11 15:43:25 2014
@@ -29,7 +29,7 @@
         }).on("end", function() {
             console.log(data);
             ggo2json.initParse(data, toolName, function(d) {
-                fs.writeFile(relOutputPath + "/generated/" + toolName + 
".inputs.json", JSON.stringify(d));
+                fs.writeFile(relOutputPath + "/generated_files/" + toolName + 
".inputs.json", JSON.stringify(d));
             });
         });
     }).on("error", function(err) {


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to