diff options
Diffstat (limited to 'bin/task')
-rwxr-xr-x | bin/task/context (renamed from bin/task/context_spend_time.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context_spend_time.sh b/bin/task/context index 8da42c7..d81573b 100755 --- a/bin/task/context_spend_time.sh +++ b/bin/task/context | |||
@@ -26,6 +26,6 @@ else | |||
26 | # Print times for each context | 26 | # Print times for each context |
27 | while read -r ctx sec; do | 27 | while read -r ctx sec; do |
28 | echo -ne "$ctx\t" | 28 | echo -ne "$ctx\t" |
29 | date -u -d @"$sec" +%H:%M:%S | 29 | date -u -d @"$sec" +%H:%M |
30 | done <$LOG_FILE | 30 | done <$LOG_FILE |
31 | fi | 31 | fi |