summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-09-15 19:47:49 -0700
committergVisor bot <gvisor-bot@google.com>2020-09-15 19:49:56 -0700
commitc053c4bb03819a9b9bb4d485000789cb653cd9c7 (patch)
treefecc25ca30a61e36da9f9608749d7b6e0d84bf3b
parentcb2e3c946a376097f695118384cf3a147905aa18 (diff)
Fix GitHub issue template.
runsc -v doesn't work. It should be runsc -version PiperOrigin-RevId: 331911035
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 49a1ba697..50d187633 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -23,7 +23,7 @@ reproduced with software that is publicly available.
Please include the following details of your environment:
-* `runsc -v`
+* `runsc -version`
* `docker version` or `docker info` (if available)
* `kubectl version` and `kubectl get nodes` (if using Kubernetes)
* `uname -a`