hlint
This commit is contained in:
parent
8cc90219d2
commit
c1990702e9
15 changed files with 40 additions and 42 deletions
|
@ -93,7 +93,7 @@ lookupHook hookname action = do
|
|||
command <- getConfig (annexConfig hook) ""
|
||||
if null command
|
||||
then do
|
||||
fallback <- getConfig (annexConfig $ hookfallback) ""
|
||||
fallback <- getConfig (annexConfig hookfallback) ""
|
||||
if null fallback
|
||||
then do
|
||||
warning $ "missing configuration for " ++ hook ++ " or " ++ hookfallback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue