From 2fba1ba40d9c3f07f36e68515ceb1031e7983421 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Dec 2010 17:51:02 -0400 Subject: Avoid deleting temp files when rsync fails. --- git-annex.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-annex.hs') diff --git a/git-annex.hs b/git-annex.hs index d111156f0..417d335e1 100644 --- a/git-annex.hs +++ b/git-annex.hs @@ -20,4 +20,4 @@ main = do gitrepo <- Git.repoFromCwd state <- Annex.new gitrepo allBackends (configure, actions) <- parseCmd args state - tryRun state $ [startup, upgrade] ++ configure ++ actions ++ [shutdown] + tryRun state $ [startup, upgrade] ++ configure ++ actions -- cgit v1.2.3