mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Fix typo
This commit is contained in:
@@ -2789,7 +2789,7 @@ proc DaemonReadable { file } {
|
||||
set time [dict get $obj ttime]
|
||||
set now [dict get $obj now]
|
||||
set tag "*"
|
||||
if {[dict exists $obj tags]) {
|
||||
if {[dict exists $obj tags]} {
|
||||
set tag [dict get $obj tags]
|
||||
}
|
||||
set body [dict get $obj body]
|
||||
|
||||
Reference in New Issue
Block a user