summaryrefslogtreecommitdiff
path: root/Command/LockContent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/LockContent.hs')
-rw-r--r--Command/LockContent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/LockContent.hs b/Command/LockContent.hs
index bab5c9276..e37d4cca5 100644
--- a/Command/LockContent.hs
+++ b/Command/LockContent.hs
@@ -27,7 +27,7 @@ seek = withWords start
-- dropping the lock.
start :: [String] -> CommandStart
start [ks] = do
- ok <- lockContentShared k locksuccess
+ ok <- lockContentShared k (const locksuccess)
`catchNonAsync` (const $ return False)
liftIO $ if ok
then exitSuccess