diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-15 02:02:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-15 02:02:46 -0400 |
commit | 56bc3e95cabb85e5f23e30b453f90438c33efbb8 (patch) | |
tree | c13ac69cfc2b5ba9582aa5c1ebd427bc0d337b16 /Command/Upgrade.hs | |
parent | b400984ddf9aeb24c3d67e87cfeb29470618636c (diff) |
refactor some boilerplate
Diffstat (limited to 'Command/Upgrade.hs')
-rw-r--r-- | Command/Upgrade.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Upgrade.hs b/Command/Upgrade.hs index 880a5324f..b3c046803 100644 --- a/Command/Upgrade.hs +++ b/Command/Upgrade.hs @@ -24,4 +24,4 @@ start = do showStart "upgrade" "" r <- upgrade checkVersion - return $ Just $ return $ Just $ return r + next $ next $ return r |