summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Michael Kenney <mfkenney@gmail.com>2011-02-10 15:45:34 -0800
committerGravatar Joey Hess <joey@kitenet.net>2011-02-10 21:06:00 -0400
commit285fb2bb08c7da534c111ebfeee5911e850570cc (patch)
treed6c01f00e725210543f5bf0991dada6ae5af5dec /Command
parent75e507d0af707f9773f4b93c17c76c5161d2a195 (diff)
Fixed missing import of Messages module
Diffstat (limited to 'Command')
-rw-r--r--Command/PreCommit.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/PreCommit.hs b/Command/PreCommit.hs
index f22300a03..76aab3855 100644
--- a/Command/PreCommit.hs
+++ b/Command/PreCommit.hs
@@ -14,6 +14,7 @@ import qualified Annex
import qualified GitRepo as Git
import qualified Command.Add
import qualified Command.Fix
+import Messages
command :: [Command]
command = [Command "pre-commit" paramPath seek "run by git pre-commit hook"]