aboutsummaryrefslogtreecommitdiff
path: root/Command/Reinject.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-26 16:15:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-26 16:15:49 -0400
commit6b8b5d1c175701b78dfb5f588ef261e32192ad8b (patch)
tree9e5d6dd0c2b7ceae611ca09dcf21f21e216a12a7 /Command/Reinject.hs
parent905ac846be08aaefbb6b15f8ef702fb8caf4b06b (diff)
reinject: Allow to be used in direct mode.
Diffstat (limited to 'Command/Reinject.hs')
-rw-r--r--Command/Reinject.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Reinject.hs b/Command/Reinject.hs
index e4abeef3c..c49af0060 100644
--- a/Command/Reinject.hs
+++ b/Command/Reinject.hs
@@ -14,7 +14,7 @@ import Annex.Content
import qualified Command.Fsck
def :: [Command]
-def = [notDirect $ command "reinject" (paramPair "SRC" "DEST") seek
+def = [command "reinject" (paramPair "SRC" "DEST") seek
SectionUtility "sets content of annexed file"]
seek :: [CommandSeek]