From 3aeefaaec8f6ecc63c66572ed9b45650b7cd0104 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Aug 24 2021 14:59:33 +0000 Subject: PR#2994: doc: fix "koji" CLI command name in signing instructions Merges #2994 https://pagure.io/koji/pull-request/2994 --- diff --git a/docs/source/signing.rst b/docs/source/signing.rst index ad2fed9..71eecdc 100644 --- a/docs/source/signing.rst +++ b/docs/source/signing.rst @@ -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