info: Allow use in a repository where annex.uuid is not set.

This commit is contained in:
Joey Hess 2014-04-15 19:42:49 -04:00
parent e8832f3371
commit 162565d928
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,7 @@ data StatInfo = StatInfo
type StatState = StateT StatInfo Annex
def :: [Command]
def = [noCommit $ withOptions [jsonOption] $
def = [noCommit $ dontCheck repoExists $ withOptions [jsonOption] $
command "info" paramPaths seek SectionQuery
"shows general information about the annex"]