Another shadowed var fix

This commit is contained in:
Justin Leitgeb 2014-05-31 09:53:23 -05:00
parent 88b4640153
commit 8e487e3951

View File

@ -178,9 +178,9 @@ oldReleases conf rs = map mergePath toDelete
------------------------------------------------------------------------------
cleanReleases :: RC (Maybe String)
cleanReleases = do
state <- get
st <- get
conf <- use config
allReleases <- liftIO $ runEitherT $ evalStateT releases state
allReleases <- liftIO $ runEitherT $ evalStateT releases st
case allReleases of
Left err -> lift $ left err