diff options
-rwxr-xr-x | bin/task/context | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/context b/bin/task/context index 3e69db4..0c22ed3 100755 --- a/bin/task/context +++ b/bin/task/context | |||
@@ -57,7 +57,7 @@ _save_spend_time_to_dic() { | |||
57 | } | 57 | } |
58 | 58 | ||
59 | _desktop_notify() { | 59 | _desktop_notify() { |
60 | which notify-send &>/dev/null && notify-send "$context +$1" | 60 | which notify-send &>/dev/null && notify-send "$context +$time" |
61 | } | 61 | } |
62 | 62 | ||
63 | # Update spend time on current context | 63 | # Update spend time on current context |