about summary refs log tree commit homepage
path: root/bin/dtas-sourceedit
diff options
context:
space:
mode:
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