summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-11 14:43:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-11 14:43:45 -0400
commitb505ba83e8b62a9ed0ec2fb96448c5fc801184d9 (patch)
tree664eb4af9f274dfc13eb9abfab86421ebe38e881 /Command/Fsck.hs
parent025ded4a2dfb58a6ec0cb47b9d625d593a4e1977 (diff)
minor syntax changes
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r--Command/Fsck.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 689271dd7..16e834fbf 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -55,7 +55,7 @@ verifyLocationLog key file = do
preventWrite f
preventWrite (parentDir f)
- u <- getUUID g
+ u <- getUUID
uuids <- keyLocations key
case (present, u `elem` uuids) of