Skip to content

Commit ba22b0c

Browse files
author
nalexand
committed
go
1 parent 2851156 commit ba22b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kutac/monitor/utils/Installer.cls.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
9999
<Implementation><![CDATA[
100100
Set Namespace=tInstaller.Evaluate("${Namespace}")
101101
Do tInstaller.PushNS("%SYS")
102-
Set tSC = ..Update(Namespace, "intersystems-ru", "deepsee-sysmon-dashboards", "master")
102+
Set tSC = ..Update(Namespace, "alexandrov-nikita", "deepsee-sysmon-dashboards", "master")
103103
Do tInstaller.PopNS()
104104
If $$$ISERR(tSC) Throw ##class(%Installer.Exception).CreateFromStatus(tSC)
105105
quit $$$OK
@@ -108,7 +108,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
108108

109109
<Method name="Update">
110110
<ClassMethod>1</ClassMethod>
111-
<FormalSpec>Namespace=$Namespace,Owner:%String="intersystems-ru",Repository:%String="deepsee-sysmon-dashboards",Branch:%String,Username:%String="alexandrov-nikita",Password:%String="lolipops561azaza"</FormalSpec>
111+
<FormalSpec>Namespace=$Namespace,Owner:%String="alexandrov-nikita",Repository:%String="deepsee-sysmon-dashboards",Branch:%String,Username:%String="alexandrov-nikita",Password:%String="lolipops561azaza"</FormalSpec>
112112
<ReturnType>%Status</ReturnType>
113113
<Implementation><![CDATA[
114114
Set namespace = $Namespace

0 commit comments

Comments
 (0)