rename event watch binary

This commit is contained in:
Thomas Reynolds 2012-01-15 09:12:28 -08:00
parent ad0164ac76
commit 3e0ed70c69
6 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ class FSEvent
END
class_eval <<-END
def watcher_path
"#{File.join(FSEvent.root_path, 'bin', 'fsevent_watch_guard')}"
"#{File.join(FSEvent.root_path, 'bin', 'fsevent_watch_mm')}"
end
END
end