summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-01-29 13:44:53 -0400
committerJoey Hess <joey@kitenet.net>2014-01-29 13:44:53 -0400
commitcce69eee4d10a86902a60f871acff5123d9d2d4e (patch)
tree2a58b07d90d6d49ccad8b3936d8981da2d23bedf /CmdLine.hs
parent36e08e449166e2baf1cc3abe3910afb9ae432967 (diff)
avoid using function named that conflicts with name used in newer version of process library
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index cba403dc20..a920898dce 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