diff options
author | Geethanjali Eswaran <geethanjali.eswaran@gmail.com> | 2020-05-19 08:50:03 +0530 |
---|---|---|
committer | Geethanjali Eswaran <geethanjali.eswaran@gmail.com> | 2020-05-19 08:51:54 +0530 |
commit | fff2232b5f99d6164cba29b62afa205051c2ff29 (patch) | |
tree | f37b87eb10589533498d36c7510aabd9cab0f203 /README.md | |
parent | f2f2dec7280e37696550185f291d51cf9e47e281 (diff) |
Typo fix in README
'make test TARGETS=""'
TARGET => TARGETS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ make tests To run specific tests, you can specify the target: ``` -make test TARGET="//runsc:version_test" +make test TARGETS="//runsc:version_test" ``` ### Using `go get` |