aboutsummaryrefslogtreecommitdiff
path: root/notify
diff options
context:
space:
mode:
Diffstat (limited to 'notify')
-rwxr-xr-xnotify2
1 files changed, 1 insertions, 1 deletions
diff --git a/notify b/notify
index 48b7eee..38e1793 100755
--- a/notify
+++ b/notify
@@ -17,7 +17,7 @@ usage() {
17touch "$file" 17touch "$file"
18case "$1" in 18case "$1" in
19 push) 19 push)
20 echo "(Notified $date) $2" >> "$file" 20 echo "[$date $2]" >> "$file"
21 $update 21 $update
22 ;; 22 ;;
23 clean) 23 clean)

Generated with cgit - Back to sebastiano.tronto.net