We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5ad41 commit f4809e2Copy full SHA for f4809e2
1 file changed
README.md
@@ -23,8 +23,8 @@ Installation without fs access to server
23
1. Download Installer.cls.xml (from MDX2JSON folder in repository or releases page) into Caché Studio (any namespace)
24
2. Run in terminal (any namespace) under user with %All role:
25
26
- set pVars("Namespace")="{Namespace}"
27
- do ##class(MDX2JSON.Installer).setup(.pVars)
+ set pVars("Namespace")="{Namespace}"
+ do ##class(MDX2JSON.Installer).setup(.pVars)
28
29
where:
30
0 commit comments