From 60c4bcefd4d3001e7025fc59c1f7ab927a3a5c34 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Apr 2014 19:42:49 -0400 Subject: info: Allow use in a repository where annex.uuid is not set. --- Command/Info.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') 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"] -- cgit v1.2.3