diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-26 16:15:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-26 16:15:49 -0400 |
commit | 6b8b5d1c175701b78dfb5f588ef261e32192ad8b (patch) | |
tree | 9e5d6dd0c2b7ceae611ca09dcf21f21e216a12a7 /Command | |
parent | 905ac846be08aaefbb6b15f8ef702fb8caf4b06b (diff) |
reinject: Allow to be used in direct mode.
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Reinject.hs | 2 |
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] |