From 508b427c7b0885f6ed6e3f92800976d02c6341f8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 2 Jan 2012 11:57:02 -0400 Subject: [PATCH] tweak --- Command/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Sync.hs b/Command/Sync.hs index 445a371370..e5884cc4a7 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -31,7 +31,7 @@ def = [command "sync" (paramOptional (paramRepeating paramRemote)) -- syncing involves several operations, any of which can independently fail seek :: CommandSeek seek rs = do - !branch <- fromMaybe nobranch <$> inRepo (Git.Branch.current) + !branch <- fromMaybe nobranch <$> inRepo Git.Branch.current remotes <- syncRemotes rs return $ concat $ [ [ commit ]