typo
This commit is contained in:
parent
4db09814e4
commit
0962d50ad2
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ import Git.Version
|
|||
{- Avoids recent git's interactive merge. -}
|
||||
mergeNonInteractive :: Ref -> Repo -> IO Bool
|
||||
mergeNonInteractive branch
|
||||
| older 1.7.7.6 = runBool "merge" [Param $ show branch]
|
||||
| older "1.7.7.6" = runBool "merge" [Param $ show branch]
|
||||
| otherwise = runBool "merge" [Param "--no-edit", Param $ show branch]
|
||||
|
|
Loading…
Reference in a new issue