summaryrefslogtreecommitdiff
path: root/Command/Unlock.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Unlock.hs')
-rw-r--r--Command/Unlock.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unlock.hs b/Command/Unlock.hs
index c89b61de7..be1d05298 100644
--- a/Command/Unlock.hs
+++ b/Command/Unlock.hs
@@ -19,7 +19,7 @@ command =
, c "edit" "same as unlock"
]
where
- c n = Command n paramPaths needsRepo seek
+ c n = Command n paramPaths defaultChecks seek
seek :: [CommandSeek]
seek = [withFilesInGit start]