Skip to content

Commit

Permalink
Class syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Feb 20, 2015
1 parent 206a1d1 commit 61c89b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions GitHubUpdater/Task.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@ Repository branch, usually master. Leave empty, if you want to receive default b
Set Owner = $p(..GitHubURL,"/",4)
Set Repository = $p(..GitHubURL,"/",5)
<<<<<<< HEAD
Return ..Update(Owner, Repository, ..Branch, ..Username, ..Password, ..Namespace)
=======
Return ##class(CacheGitHubCI.Hook).Update(Owner, Repository, ..Branch, ..Username, ..Password, ..Namespace)
>>>>>>> 203303a0b4d22196f711e5a3e544c44adb21c685
]]></Implementation>
</Method>

Expand Down

0 comments on commit 61c89b1

Please sign in to comment.