From 140a351fc535235ae5714122f0c98174cbdb19ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Mar 2011 18:58:49 -0400 Subject: avoid version check before running version and upgrade commands There are two types of commands; those that access the repository and those that don't. Sorted. --- Command/Fsck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Fsck.hs') diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 76d0e38b4..216c87493 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -20,7 +20,7 @@ import Content import LocationLog command :: [Command] -command = [Command "fsck" (paramOptional $ paramRepeating paramPath) seek +command = [repoCommand "fsck" (paramOptional $ paramRepeating paramPath) seek "check for problems"] seek :: [CommandSeek] -- cgit v1.2.3