Author: marvintriebel
Date: Fri Jul 4 14:33:05 2014
New Revision: 9656
URL: http://svn.gna.org/viewcvs/service-tech?rev=9656&view=rev
Log:
missing dash
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=9656&r1=9655&r2=9656&view=diff
==============================================================================
--- trunk/_meta/live2/frontend/generation/createAllInputsFromGgo.js
(original)
+++ trunk/_meta/live2/frontend/generation/createAllInputsFromGgo.js Fri Jul
4 14:33:05 2014
@@ -23,13 +23,13 @@
allTools.push(tool.name);
});
allTools.sort();
- fs.readFile(relOutputPath + "generated_files/config.json", function(err,
data) {
+ fs.readFile(relOutputPath + "/generated_files/config.json", function(err,
data) {
if(err) {
throw err;
}
var jsData = JSON.parse(data);
jsData.tools = allTools;
- fs.writeFile(relOutputPath + "generated_files/config.json",
JSON.stringify(jsData));
+ fs.writeFile(relOutputPath + "/generated_files/config.json",
JSON.stringify(jsData));
});
});
--
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.