.github: Correct typo in command in issue template

Use `fwupdmgr` over `fwupdgmr`.
This commit is contained in:
Paul Menzel 2017-11-06 13:13:36 +01:00 committed by Richard Hughes
parent 2ec78d68db
commit d1adf460e2

View File

@ -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**
```