summaryrefslogtreecommitdiff
path: root/Command/Adjust.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-11 19:53:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-11 19:54:10 -0400
commit2d94118bc155e8fc7d17979c87122fdfddc22e22 (patch)
treec1447b5dc570ffac6397d1b59ee1c0ef102749dc /Command/Adjust.hs
parentcd2fa509a451fbfb04095f6823119d0135bd74d0 (diff)
implement another adjustment -- easy to do now!
Diffstat (limited to 'Command/Adjust.hs')
-rw-r--r--Command/Adjust.hs2
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"