From 3bdc35e28e483ed81dc5d5b3ec4290921e1af2ff Mon Sep 17 00:00:00 2001 From: Anton Ekberg Date: Tue, 16 Mar 2021 09:01:15 +0100 Subject: [PATCH] Fix godog version command in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 92e6a4a..bf96531 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ Please answer these questions before submitting a bug report. ### What version of godog are you using? ``` -> godog -version +> godog version ``` ### What version of Go are you using?