From d1adf460e2ca37087ac41cc820c4a216a2de8fda Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 6 Nov 2017 13:13:36 +0100 Subject: [PATCH] .github: Correct typo in command in issue template Use `fwupdmgr` over `fwupdgmr`. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f03995789..5e9f187d3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ To help us pinpoint your issue, please insert the output of the following commands when ran on the system with the issue: ```shell -$ fwupdgmr --version +$ fwupdmgr --version **INSERT OUTPUT HERE** ```