From b4cc8dc5d4563a4923d203a26c7c286dd108a12f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 Dec 2012 22:55:10 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLogParser.js b/GitLogParser.js index 2b2d42b0..9a99eabb 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -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" ); -- 2.39.2