summaryrefslogtreecommitdiff
path: root/Command/Uninit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Uninit.hs')
-rw-r--r--Command/Uninit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Uninit.hs b/Command/Uninit.hs
index fadae0e5a..4c70ec80c 100644
--- a/Command/Uninit.hs
+++ b/Command/Uninit.hs
@@ -22,7 +22,7 @@ import Content
import Locations
command :: [Command]
-command = [repoCommand "uninit" paramPath seek
+command = [repoCommand "uninit" paramPaths seek
"de-initialize git-annex and clean out repository"]
seek :: [CommandSeek]