Skip to content

Commit 969dd41

Browse files
committed
added full class name in where it was ommitted
1 parent 0e9b877 commit 969dd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/_zpkg/isc/sc/git/Socket.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ClassMethod Run()
1313
{
1414
If %request.Get("method") = "preview" {
1515
set branchName = ##class(SourceControl.Git.Utils).GetCurrentBranch()
16-
do ..RunGitWithArgs(.errStream, .outStream, "pull", "origin/" _ branchName)
16+
do ##class(SourceControl.Git.Utils).RunGitWithArgs(.errStream, .outStream, "pull", "origin/" _ branchName)
1717
} ElseIf %request.Get("method") = "pull" {
1818
Do ##class(SourceControl.Git.API).Pull()
1919
} ElseIf %request.Get("method") = "init" {

0 commit comments

Comments
 (0)