about summary refs log tree commit homepage
path: root/bin/dtas-tl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dtas-tl')
-rwxr-xr-xbin/dtas-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-tl b/bin/dtas-tl
index 7793f23..4597179 100755
--- a/bin/dtas-tl
+++ b/bin/dtas-tl
@@ -56,7 +56,7 @@ when "reto"
   re = ignorecase ? %r{#{re}}i : %r{#{re}}
   get_track_ids(c).each do |track_id|
     res = c.req("tl get #{track_id}")
-    res.sub!(/\A1 /, '')
+    res.sub!(/\A1 \d+=/, '')
     if re =~ res
       req = %W(tl goto #{track_id})
       req << time if time