Skip to content

Commit 412df60

Browse files
committed
Use -X theirs instead of -s theirs which doesn't exist
1 parent 5e64696 commit 412df60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nuke/Build.Native.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ void PrUpdatedNativeBinary(string name)
269269
Git($"checkout -b \"{newBranch}\"");
270270
}
271271

272-
Git($"merge -s theirs \"{curBranch}\"");
272+
Git($"merge -X theirs \"{curBranch}\"");
273273
Git($"push --set-upstream origin \"{newBranch}\"");
274274
if (!exists)
275275
{

0 commit comments

Comments
 (0)