diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-30 15:44:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-30 15:44:15 -0400 |
commit | 88ff9e82fc3dcb653b2a116f1c162d98a1f6bdcf (patch) | |
tree | cb52cb0a0e2326e61e30b8f364d96fb6c39fa44f /Core.hs | |
parent | 1c451fe3628f535898e7cf87ccad30270c6d16fb (diff) |
factor out a little more
Diffstat (limited to 'Core.hs')
-rw-r--r-- | Core.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ tryRun' state errnum (a:as) = do tryRun' state errnum [] = do _ <- try $ Annex.run state $ shutdown errnum when (errnum > 0) $ error $ show errnum ++ " failed" - + {- Actions to perform each time ran. -} startup :: Annex Bool startup = do |