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
|
-- syncing involves several operations, any of which can independently fail
|
||||||
seek :: CommandSeek
|
seek :: CommandSeek
|
||||||
seek rs = do
|
seek rs = do
|
||||||
!branch <- fromMaybe nobranch <$> inRepo (Git.Branch.current)
|
!branch <- fromMaybe nobranch <$> inRepo Git.Branch.current
|
||||||
remotes <- syncRemotes rs
|
remotes <- syncRemotes rs
|
||||||
return $ concat $
|
return $ concat $
|
||||||
[ [ commit ]
|
[ [ commit ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue