Show the ansiCalendar

This commit is contained in:
Ionică Bizău 2015-01-27 12:43:47 +02:00
parent 4a9ef5c7a0
commit 439c15e6a4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ switch (process.argv[2]) {
);
break;
default:
GitStats.graph({}, function (err, data) {
GitStats.ansiCalendar(function (err, data) {
console.log(err || data);
});
break;