about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dtas-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-tl b/bin/dtas-tl
index e375ff2..34fba81 100755
--- a/bin/dtas-tl
+++ b/bin/dtas-tl
@@ -116,7 +116,7 @@ when "addtail"
   last_id = track_ids.pop
   ARGV.reverse_each do |path|
     path = File.expand_path(path)
-    req = %W(tl add #{path})
+    req = %W(tl add #{path} #{last_id})
     res = c.req(req)
     print "#{path} #{res}\n"
   end