summaryrefslogtreecommitdiff
path: root/Command/Unlock.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-11 18:54:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-11 18:54:52 -0400
commitda0de293d16ace6aac574d0cdc37ec41715b7d66 (patch)
tree4ebabdd2e3afa95127441909c8a423eecda7d81c /Command/Unlock.hs
parent5357d3a37af9e3d3a0aec207a8ba7fb94bfea953 (diff)
refactor param seeking
Diffstat (limited to 'Command/Unlock.hs')
-rw-r--r--Command/Unlock.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Command/Unlock.hs b/Command/Unlock.hs
index de21988de..3ff3023b2 100644
--- a/Command/Unlock.hs
+++ b/Command/Unlock.hs
@@ -18,6 +18,9 @@ import Locations
import Utility
import Core
+seek :: [SubCmdSeek]
+seek = [withFilesInGit start]
+
{- The unlock subcommand replaces the symlink with a copy of the file's
- content. -}
start :: SubCmdStartString