prevent git-annex adjust changing things out from under the daemon

This commit is contained in:
Joey Hess 2016-03-29 13:57:48 -04:00
parent 8a69298bf2
commit 6301543c00
Failed to extract signature
2 changed files with 1 additions and 5 deletions

View file

@ -12,7 +12,7 @@ import Annex.AdjustedBranch
import Annex.Version
cmd :: Command
cmd = notBareRepo $ notDirect $
cmd = notBareRepo $ notDirect $ noDaemonRunning $
command "adjust" SectionSetup "enter adjusted branch"
paramNothing (seek <$$> optParser)