Skip to content

Commit 7e125b0

Browse files
committed
Fix typo
1 parent f43854c commit 7e125b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ ClassMethod Pull(remote As %String = "origin", terminateOnError As %Boolean=0) A
627627
write !, "Pull ran with return code: " _ returnCode
628628
set err = errStream.Read()
629629
if $find(err,"error") && terminateOnError {
630-
quit $$$Error($$$GeneralError, err)
630+
quit $$$ERROR($$$GeneralError, err)
631631
}
632632
quit $$$OK
633633
}

0 commit comments

Comments
 (0)