aboutsummaryrefslogtreecommitdiff
path: root/Command/Upgrade.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-23 02:30:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-23 02:30:20 -0400
commitaf10b2854a199ed9985cde938d46b252f4d5e503 (patch)
tree309ecddc720cd4294f911c67028b53b65ae1a7c2 /Command/Upgrade.hs
parent66ceb9270266be677bdb0731a9c95569bad37d28 (diff)
v3 upgrade code works
but write the index file a lot, so slow
Diffstat (limited to 'Command/Upgrade.hs')
-rw-r--r--Command/Upgrade.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Upgrade.hs b/Command/Upgrade.hs
index b3c046803..b79b13cd3 100644
--- a/Command/Upgrade.hs
+++ b/Command/Upgrade.hs
@@ -21,7 +21,7 @@ seek = [withNothing start]
start :: CommandStartNothing
start = do
- showStart "upgrade" ""
+ showStart "upgrade" "."
r <- upgrade
- checkVersion
+ setVersion
next $ next $ return r