From 16227a67118b11c2131ee3a3d11ab4633a1cffb5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Jan 2014 13:44:53 -0400 Subject: avoid using function named that conflicts with name used in newer version of process library --- CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CmdLine.hs') diff --git a/CmdLine.hs b/CmdLine.hs index cba403dc2..a920898dc 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -50,7 +50,7 @@ dispatch fuzzyok allargs allcmds commonoptions fields header getgitrepo = do whenM (annexDebug <$> Annex.getGitConfig) $ liftIO enableDebugOutput startup - performCommand cmd params + performCommandAction cmd params shutdown $ cmdnocommit cmd where err msg = msg ++ "\n\n" ++ usage header allcmds -- cgit v1.2.3