Skip to content

Commit 241d7b8

Browse files
committed
Fix test fail
1 parent 58c152f commit 241d7b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,6 +3097,7 @@ ClassMethod GetRedactedRemote() As %String
30973097

30983098
ClassMethod SetConfiguredRemote(url) As %String
30993099
{
3100+
set outStream = ""
31003101
do ..GetConfiguredRemote(.remoteExists)
31013102
set returnCode = $select(
31023103
remoteExists&&(url=""): ##class(SourceControl.Git.Utils).RunGitCommandWithInput("remote",,.errStream,.outStream,"remove","origin"),

0 commit comments

Comments
 (0)