GitLogParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 6 Dec 2012 14:55:10 +0000 (22:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 6 Dec 2012 14:55:10 +0000 (22:55 +0800)
GitLogParser.js

index 2b2d42b..9a99eab 100644 (file)
@@ -193,7 +193,7 @@ for (var h in res) {
     
 }
 print("\nLONGIDLE : " +(totals.idle/60).toFixed(2) +"h" );
-print("\nShort Idle : " +(totals.idle/60).toFixed(2) +"h" );
+print("\nShort Idle : " +(totals.shortidle/60).toFixed(2) +"h" );
 
 print("Worked: " + (totals.work/60).toFixed(2) +"h\n" );