Skip to content

Commit 9712de2

Browse files
authored
Merge pull request #70 from intersystems-community/revert-36-master
Revert "Update Package.cls"
2 parents ea26030 + 2883322 commit 9712de2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cls/ZPM/Package.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ ClassMethod ServerURL() As %String
104104
Method urlGet() As %String
105105
{
106106
SET host = ..ServerURL()
107-
SET:host'="https://pm.intersystems.com" host = host_$p(%request.Application,"/",1,*-1)
108107
SET name = $ZCONVERT(..name, "O", "URL")
109108
SET version = $ZCONVERT(..version, "O", "URL")
110109
RETURN host _ "/download/" _ name _ "/-/" _ name _ "-" _ version _ ".tgz"

0 commit comments

Comments
 (0)