about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-14 04:58:59 +0000
committerEric Wong <e@80x24.org>2015-12-14 04:58:59 +0000
commit497509a161aaae9cded2c658f1e7af3799e9dcf4 (patch)
tree68b6c54976da4afda03f36ad28a6abc79fea9f5d
parent0dde5917fb5135ee3601383c29ffc0490071ea9d (diff)
downloaddtas-497509a161aaae9cded2c658f1e7af3799e9dcf4.tar.gz
Oops :x

commit 0dde5917fb5135ee3601383c29ffc0490071ea9d
("dtas-tl: simplify existing addtail/addhead while we're at it")
-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