diff --git a/app/src/lib/git/core.ts b/app/src/lib/git/core.ts index d1b29acb22..65382f9c01 100644 --- a/app/src/lib/git/core.ts +++ b/app/src/lib/git/core.ts @@ -485,8 +485,7 @@ export function gitRebaseArguments() { // uses the merge backend even if the user has the apply backend // configured, since this is the only one supported. // This can go away once git deprecates the apply backend. - '-c', - 'rebase.backend=merge', + ...['-c', 'rebase.backend=merge'], ] }