diff options
Diffstat (limited to 'Remote/Hook.hs')
-rw-r--r-- | Remote/Hook.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Hook.hs b/Remote/Hook.hs index 259a44bcd..98eeeb031 100644 --- a/Remote/Hook.hs +++ b/Remote/Hook.hs @@ -16,6 +16,7 @@ import Config import Config.Cost import Annex.UUID import Remote.Helper.Special +import Remote.Helper.Messages import Utility.Env import Messages.Progress @@ -138,7 +139,7 @@ remove h k = runHook h "remove" k Nothing $ return True checkKey :: Git.Repo -> HookName -> CheckPresent checkKey r h k = do - showAction $ "checking " ++ Git.repoDescribe r + showChecking r v <- lookupHook h action liftIO $ check v where |