summaryrefslogtreecommitdiff
path: root/Command/Get.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Get.hs')
-rw-r--r--Command/Get.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Get.hs b/Command/Get.hs
index 21ff73bc4..4a0908bdc 100644
--- a/Command/Get.hs
+++ b/Command/Get.hs
@@ -14,9 +14,9 @@ import qualified Remote
import Annex.Content
import qualified Command.Move
-command :: [Command]
-command = [Command "get" paramPaths (noTo >> needsRepo) seek
- "make content of annexed files available"]
+def :: [Command]
+def = [dontCheck fromOpt $ command "get" paramPaths seek
+ "make content of annexed files available"]
seek :: [CommandSeek]
seek = [withNumCopies start]