about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/dtas-sinkedit2
-rwxr-xr-xbin/dtas-sourceedit2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/dtas-sinkedit b/bin/dtas-sinkedit
index 3a4bda8..f0b222c 100755
--- a/bin/dtas-sinkedit
+++ b/bin/dtas-sinkedit
@@ -78,7 +78,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
 
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