summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2020-02-06 14:26:41 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-06 14:27:31 -0800
commitbfa4a235f401599492a2cf39471df62715f9f1cf (patch)
treece5cf95c2755ae82857482c4924277170632fd99
parent736775e0ac592c266acac0a7415f21d54715a54c (diff)
Fix `bazel run` target in docs.
PiperOrigin-RevId: 293676954
-rw-r--r--test/iptables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iptables/README.md b/test/iptables/README.md
index 8f61b4c41..c2b934e1f 100644
--- a/test/iptables/README.md
+++ b/test/iptables/README.md
@@ -28,7 +28,7 @@ Your test is now runnable with bazel!
Build the testing Docker container:
```bash
-$ bazel run //test/iptables/runner-image -- --norun
+$ bazel run //test/iptables/runner:runner-image -- --norun
```
Run an individual test via: