diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-21 09:55:11 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-21 09:55:11 -0700 |
commit | 7369aaee32398a98777162c8f9693d314053b5aa (patch) | |
tree | 8e97b66f1941b4f45cfa5d4d715b1f638c183ec2 | |
parent | 059879e14301660c9fce1e5e59bdfaef89fc4aaf (diff) | |
parent | fff2232b5f99d6164cba29b62afa205051c2ff29 (diff) |
Merge pull request #2719 from geethanjalieswaran:doc-changes
PiperOrigin-RevId: 312687935
-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` |