diff options
author | Ian Lewis <ianlewis@google.com> | 2020-09-15 19:47:49 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-15 19:49:56 -0700 |
commit | c053c4bb03819a9b9bb4d485000789cb653cd9c7 (patch) | |
tree | fecc25ca30a61e36da9f9608749d7b6e0d84bf3b /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | cb2e3c946a376097f695118384cf3a147905aa18 (diff) |
Fix GitHub issue template.
runsc -v doesn't work. It should be runsc -version
PiperOrigin-RevId: 331911035
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
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` |