Skip to content

Commit 206a1d1

Browse files
committed
Conflicts: GitHubUpdater/Task.cls.xml
2 parents 5fee336 + 203303a commit 206a1d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GitHubUpdater/Task.cls.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ Repository branch, usually master. Leave empty, if you want to receive default b
5252
Set Owner = $p(..GitHubURL,"/",4)
5353
Set Repository = $p(..GitHubURL,"/",5)
5454
55+
<<<<<<< HEAD
5556
Return ..Update(Owner, Repository, ..Branch, ..Username, ..Password, ..Namespace)
57+
=======
58+
Return ##class(CacheGitHubCI.Hook).Update(Owner, Repository, ..Branch, ..Username, ..Password, ..Namespace)
59+
>>>>>>> 203303a0b4d22196f711e5a3e544c44adb21c685
5660
]]></Implementation>
5761
</Method>
5862

0 commit comments

Comments
 (0)