avoid transferrer committing the git-annex branch on shutdown
The parent is will do it when it shuts down, and having both of them trying to do it at the same time seems like something good to avoid.
This commit is contained in:
parent
e6692b66f1
commit
4a8723246d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import Types.Transferrer
|
|||
import qualified Utility.SimpleProtocol as Proto
|
||||
|
||||
cmd :: Command
|
||||
cmd = command "transferrer" SectionPlumbing "transfers content"
|
||||
cmd = noCommit $ command "transferrer" SectionPlumbing "transfers content"
|
||||
paramNothing (withParams seek)
|
||||
|
||||
seek :: CmdParams -> CommandSeek
|
||||
|
|
Loading…
Add table
Reference in a new issue