about summary refs log tree commit homepage
path: root/bin/dtas-sourceedit
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-05-21 07:42:15 +0000
committerEric Wong <e@80x24.org>2015-05-21 07:42:15 +0000
commit211912cca4fa5c9ada89326fe1ca3fe8e301b73b (patch)
tree28536028d2a776a17370e8949454324541c499c9 /bin/dtas-sourceedit
parent76528e5c8b16cfdde66cc2a9959f1cd285edb680 (diff)
downloaddtas-211912cca4fa5c9ada89326fe1ca3fe8e301b73b.tar.gz
Broken by commit c02f0b8182b35df1a318418bbd0036c00be93b5c
("source/splitfx: allow watching extra external scripts")
Oops
Diffstat (limited to 'bin/dtas-sourceedit')
-rwxr-xr-xbin/dtas-sourceedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit
index bf9e829..fba0511 100755
--- a/bin/dtas-sourceedit
+++ b/bin/dtas-sourceedit
@@ -65,7 +65,7 @@ else
   rset = [ sev ]
   if watch
     ino = DTAS::Watchable::InotifyReadableIter.new
-    ino.watch_file(tmp_path, do_update)
+    ino.watch_files(tmp_path, do_update)
     rset << ino
   end