diff options
Diffstat (limited to 'Command/Unlock.hs')
-rw-r--r-- | Command/Unlock.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Unlock.hs b/Command/Unlock.hs index 31bc1f2e2..208381930 100644 --- a/Command/Unlock.hs +++ b/Command/Unlock.hs @@ -19,7 +19,8 @@ cmd = , c "edit" "same as unlock" ] where - c n = notDirect . command n paramPaths seek SectionCommon + c n = notDirect . withOptions annexedMatchingOptions + . command n paramPaths seek SectionCommon seek :: CommandSeek seek = withFilesInGit $ whenAnnexed start |