diff options
Diffstat (limited to 'Command/Lock.hs')
-rw-r--r-- | Command/Lock.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Lock.hs b/Command/Lock.hs index a3a39a907..cdbc56019 100644 --- a/Command/Lock.hs +++ b/Command/Lock.hs @@ -17,7 +17,7 @@ import qualified GitRepo as Git import Utility command :: [Command] -command = [Command "lock" paramPath seek "undo unlock command"] +command = [repoCommand "lock" paramPath seek "undo unlock command"] seek :: [CommandSeek] seek = [withFilesUnlocked start] |