summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2019-08-15 10:54:48 -0600
committermo khan <mo@mokhan.ca>2019-08-15 11:08:16 -0600
commitd57e616015f96681f8c3cf2ce36bdd85a24e2163 (patch)
tree935866b3ec0337d459cc701cb375d563a5d03d3f /README.md
parent19f8fdcd8b2351daf220e3a3a456db84dd661280 (diff)
insert shim to generate report via ruby API
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62daeaa..e23b216 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ docker run --rm --volume "/path/to/my/project":/code license-management analyze
You can run integration tests on the image like this:
```sh
-docker run --rm license-management /test/test.sh project_name git_ref
+./bin/test_all
```
where: