Skip to content

Commit 93965db

Browse files
committed
Wuotes
1 parent 2f8ab64 commit 93965db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Utils.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@ ClassMethod RunGitCommandWithInput(command As %String, inFile As %String = "", O
20332033
SET ^mtempet("SYSTEM") = "FINISHED UNIX"
20342034
}
20352035
set ^mtempet("askpass") = askpassFile
2036-
set gitCommand = "GIT_TOKEN="_token_" GIT_ASKPASS="_askpassFile_" GIT_TERMINAL_PROMPT=0"
2036+
set gitCommand = "GIT_TOKEN="""_token_""" GIT_ASKPASS="""_askpassFile_""" GIT_TERMINAL_PROMPT=0"
20372037
}
20382038
}
20392039
try {

0 commit comments

Comments
 (0)