From f936e91ef1f494ff475dd62f13711e673e475b3c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 1 Feb 2014 17:14:38 -0400 Subject: remove some monkey faces --- Command/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Sync.hs') diff --git a/Command/Sync.hs b/Command/Sync.hs index 04d91adee..5bc412cc9 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -158,7 +158,7 @@ commitStaged commitmessage = go =<< inRepo Git.Branch.currentUnsafe go (Just branch) = do parent <- inRepo $ Git.Ref.sha branch void $ inRepo $ Git.Branch.commit False commitmessage branch - (maybe [] (:[]) parent) + (maybeToList parent) return True mergeLocal :: Maybe Git.Ref -> CommandStart -- cgit v1.2.3