summaryrefslogtreecommitdiff
path: root/Command/Import.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Import.hs')
-rw-r--r--Command/Import.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Import.hs b/Command/Import.hs
index cf91f7b5a..fc1bf5b4b 100644
--- a/Command/Import.hs
+++ b/Command/Import.hs
@@ -13,7 +13,8 @@ import qualified Annex
import qualified Command.Add
def :: [Command]
-def = [command "import" paramPaths seek "move and add files from outside git working copy"]
+def = [notDirect $ command "import" paramPaths seek
+ "move and add files from outside git working copy"]
seek :: [CommandSeek]
seek = [withPathContents start]