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:
Joey Hess 2020-12-11 16:16:07 -04:00
parent e6692b66f1
commit 4a8723246d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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