Skip to content

Commit

Permalink
update interner version to 0.0.6-010
Browse files Browse the repository at this point in the history
  • Loading branch information
kuno committed Apr 15, 2011
1 parent b9c937d commit f3374f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/config.json
@@ -1,5 +1,5 @@
{
"version":"0.0.6-009",
"version":"0.0.6-010",
"installNPM":true,
"timeFormat":"GMT",
"idLenStandard":8
Expand Down
4 changes: 3 additions & 1 deletion lib/command/howto.js
Expand Up @@ -10,7 +10,9 @@ exports.run = function(argv) {
docFile = path.join(config.pkgDocDir, 'howto.cmk');
cmk.render(docFile, function(err, data) {
if (err) {throw err;}
util.print(data);
data.forEach(function(d) {
util.print(d);
});
});
} else {
}
Expand Down

0 comments on commit f3374f9

Please sign in to comment.