aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task
diff options
context:
space:
mode:
Diffstat (limited to 'bin/task')
-rwxr-xr-xbin/task/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context b/bin/task/context
index 95d17c1..ae78b26 100755
--- a/bin/task/context
+++ b/bin/task/context
@@ -76,7 +76,7 @@ _update_spend_time() {
76 given_seconds="$(_get_seconds "$time")" 76 given_seconds="$(_get_seconds "$time")"
77 _desktop_notify "$(_format_seconds "${given_seconds}")" 77 _desktop_notify "$(_format_seconds "${given_seconds}")"
78 78
79 echo -e "$(date +'%Y%m%d %H:%m:%S')\t$context\t${given_seconds}" >>$LOG_FILE 79 echo -e "$(date +'%Y%m%d %H:%M:%S')\t$context\t${given_seconds}" >>$LOG_FILE
80} 80}
81 81
82# Print spend for each context 82# Print spend for each context