tweak
This commit is contained in:
parent
442202dd6d
commit
508b427c7b
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue