assistant --autostart: Refuse to start in a bare git repository.

This commit is contained in:
Joey Hess 2014-02-28 19:47:05 -04:00
parent f70d0479d5
commit c8528864e1
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@ import System.Environment
def :: [Command]
def = [noRepo checkAutoStart $ dontCheck repoExists $ withOptions options $
command "assistant" paramNothing seek SectionCommon
notBareRepo $ command "assistant" paramNothing seek SectionCommon
"automatically handle changes"]
options :: [Option]