summaryrefslogtreecommitdiff
path: root/Command/Get.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Get.hs')
-rw-r--r--Command/Get.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Get.hs b/Command/Get.hs
index 2aa3c0c15..0463dccb0 100644
--- a/Command/Get.hs
+++ b/Command/Get.hs
@@ -14,7 +14,7 @@ import Content
import Messages
command :: [Command]
-command = [Command "get" paramPath seek
+command = [repoCommand "get" paramPath seek
"make content of annexed files available"]
seek :: [CommandSeek]