We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0391204 commit 1690210Copy full SHA for 1690210
README.md
@@ -11,8 +11,8 @@ This tool will also work on any version of InterSystems IRIS.
11
12
Download an XML file from [Releases](https://github.com/intersystems/TestCoverage/releases), then run:
13
```
14
-Set root = "<path on filesystem to xml file>"
15
-Do $System.OBJ.Load(root,"ck")
+Set releaseFile = "<path on filesystem to xml file>"
+Do $System.OBJ.Load(releaseFile,"ck")
16
17
18
### Installation: from Terminal
0 commit comments