trivial: Fix typo in fwupdtool bash completion command name

This commit is contained in:
Richard Hughes 2020-01-14 12:00:54 +00:00
parent 3c314e3b83
commit 0e830d9c10

View File

@ -3,7 +3,7 @@ _fwupdtool_cmd_list=(
'build-firmware'
'firmware-parse'
'get-updates'
'get-updgrades'
'get-upgrades'
'get-details'
'get-firmware-types'
'get-device-flags'