diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-11 19:53:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-11 19:54:10 -0400 |
commit | 2d94118bc155e8fc7d17979c87122fdfddc22e22 (patch) | |
tree | c1447b5dc570ffac6397d1b59ee1c0ef102749dc /Command | |
parent | cd2fa509a451fbfb04095f6823119d0135bd74d0 (diff) |
implement another adjustment -- easy to do now!
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Adjust.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Adjust.hs b/Command/Adjust.hs index b52537a64..766f608f8 100644 --- a/Command/Adjust.hs +++ b/Command/Adjust.hs @@ -20,6 +20,6 @@ seek = withWords start start :: [String] -> CommandStart start [] = do - enterAdjustedBranch UnlockAdjustment + enterAdjustedBranch HideMissingAdjustment next $ next $ return True start _ = error "Unknown parameter" |