From 14ead3217040d6da9b4d45d7fb90d037b45adbb8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Oct 2013 12:56:13 -0400 Subject: [PATCH] old yesod defines a check, so use a different name --- templates/configurators/fsck.hamlet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/configurators/fsck.hamlet b/templates/configurators/fsck.hamlet index d7b3b5910b..e15789696a 100644 --- a/templates/configurators/fsck.hamlet +++ b/templates/configurators/fsck.hamlet @@ -12,10 +12,10 @@ $if (not (null checks))

Currently scheduled checks: - $forall check <- checks - ^{showFsckForm False check} + $forall c <- checks + ^{showFsckForm False c}

- ^{showFsckStatus check} + ^{showFsckStatus c}

Add a check: ^{showFsckForm True defaultFsck}