aboutsummaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
Diffstat (limited to 'Backend')
-rw-r--r--Backend/Hash.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/Hash.hs b/Backend/Hash.hs
index e6e5210a1..7f61c4f3e 100644
--- a/Backend/Hash.hs
+++ b/Backend/Hash.hs
@@ -116,7 +116,7 @@ checkKeyChecksum hash key file = go `catchHardwareFault` hwfault
case (mstat, fast) of
(Just stat, False) -> do
filesize <- liftIO $ getFileSize' file stat
- showSideAction "checksum"
+ showAction "checksum"
check <$> hashFile hash file filesize
_ -> return True
expected = keyHash key