doc: fix "koji" CLI command name in signing instructions

"kojidev" is a local alias I use for my dev koji instances. Use the
canonical command name instead to match the rest of the instructions.
This commit is contained in:
Ken Dreyer 2021-08-24 10:43:26 -04:00 committed by Tomas Kopecek
parent c14c62caae
commit 7a9479a9cd

View file

@ -81,7 +81,7 @@ should not simply sign the file directly under /mnt/koji, as this causes an
inconsistency between the filesystem and the database (hence the copy step).
In this example, we download an unsigned build from Koji, then sign it, and
then upload the signed copy with ``kojidev import-sig``::
then upload the signed copy with ``koji import-sig``::
koji download-build --debuginfo bash-5.0.17-2.fc32
rpmsign --define "_gpg_name security@example.com" --addsign *.rpm