summaryrefslogtreecommitdiff
path: root/Assistant/Watcher.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-19 02:40:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-19 02:40:21 -0400
commit57cf65eb6d811ba7fd19eb62a54e3b83a0c2dfa7 (patch)
tree7711cef2d303fc485185f636c0e364e4f9cee0c5 /Assistant/Watcher.hs
parent4ab9449cee0cb1377a768b44fe832282ac1f88b9 (diff)
fix kevent symlink creation
Diffstat (limited to 'Assistant/Watcher.hs')
-rw-r--r--Assistant/Watcher.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Watcher.hs b/Assistant/Watcher.hs
index a2ca2396e..cb7ede920 100644
--- a/Assistant/Watcher.hs
+++ b/Assistant/Watcher.hs
@@ -12,7 +12,7 @@ module Assistant.Watcher where
import Common.Annex
import Assistant.ThreadedMonad
import Assistant.DaemonStatus
-import Assistant.Committer
+import Assistant.Changes
import Utility.DirWatcher
import Utility.Types.DirWatcher
import qualified Annex.Queue