Navigation Menu

Skip to content

Commit

Permalink
Change output filename to be .json suffixed
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 22, 2012
1 parent 6e66c39 commit 7c90d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert.js
Expand Up @@ -99,7 +99,7 @@ var records = parse(doc);
async.map(records, addTextField, function(error, results) {
var sdf = toSdf(results);
var sdfJson = JSON.stringify(sdf);
fs.writeFileSync('all.json.sdf', sdfJson);
fs.writeFileSync('all.sdf.json', sdfJson);
}
);

0 comments on commit 7c90d24

Please sign in to comment.