reinject: Allow to be used in direct mode.

This commit is contained in:
Joey Hess 2013-11-26 16:15:49 -04:00
parent 3da07d55a1
commit 0bea8a4c55
3 changed files with 5 additions and 1 deletions

View file

@ -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]