don't start webapp when in a git repo that has not been git-annex initted

Maybe later it can prompt if they want to use the repo with git-annex, but
for now this is a sane easy choice.
This commit is contained in:
Joey Hess 2012-07-31 12:20:31 -04:00
parent 04794eafc0
commit 1efb0d109e

View file

@ -21,7 +21,7 @@ import qualified Command.Watch
import Control.Concurrent.STM
def :: [Command]
def = [oneShot $ noRepo firstRun $ dontCheck repoExists $
def = [oneShot $ noRepo firstRun $
withOptions [Command.Watch.foregroundOption, Command.Watch.stopOption] $
command "webapp" paramNothing seek "launch webapp"]