Skip to content

Commit a8037ff

Browse files
authored
Update Package.cls
1 parent 7def47c commit a8037ff

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
@@ -96,7 +96,6 @@ ClassMethod ServerURL() As %String
9696
Method urlGet() As %String
9797
{
9898
SET host = ..ServerURL()
99-
SET:host'="https://pm.intersystems.com" host = host_$p(%request.Application,"/",1,*-1)
10099
SET name = $ZCONVERT(..name, "O", "URL")
101100
SET version = $ZCONVERT(..version, "O", "URL")
102101
RETURN host _ "/download/" _ name _ "/-/" _ name _ "-" _ version _ ".tgz"

0 commit comments

Comments
 (0)