aboutsummaryrefslogtreecommitdiff
path: root/Command/Info.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-15 19:42:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-15 19:42:49 -0400
commit60c4bcefd4d3001e7025fc59c1f7ab927a3a5c34 (patch)
treea478e9688846755290329539f71996aa6da42364 /Command/Info.hs
parent32f82d6c6b403eab1cb01c848b9a2667d0b4c607 (diff)
info: Allow use in a repository where annex.uuid is not set.
Diffstat (limited to 'Command/Info.hs')
-rw-r--r--Command/Info.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Info.hs b/Command/Info.hs
index 11ed98cd9..63bc92bbe 100644
--- a/Command/Info.hs
+++ b/Command/Info.hs
@@ -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"]