Skip to content

Commit 47b1a45

Browse files
committed
Update ProductionConflictResolver.cls
1 parent feff521 commit 47b1a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Util/ProductionConflictResolver.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Method Resolve() [ Private ]
8686
if (code '= 0) {
8787
$$$ThrowStatus($$$ERROR($$$GeneralError,"git add reported failure"))
8888
}
89-
set code = ##class(SourceControl.Git.Utils).RunGitWithArgs(.errStream, .outStream, "commit", "-m", "Auto-resolved conflict on production class")
89+
set code = ##class(SourceControl.Git.Utils).RunGitWithArgs(.errStream, .outStream, "commit", "--no-edit")
9090
if (code '= 0) {
9191
$$$ThrowStatus($$$ERROR($$$GeneralError,"git commit reported failure"))
9292
}

0 commit comments

Comments
 (0)