Silly typo, though I guess you could still set SINGING_KEY if you want to

This commit is contained in:
Firepup Sixfifty 2024-05-08 22:31:53 -05:00
parent ed6164dfbf
commit 7ada6522e1
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -37,7 +37,7 @@ else
echo '[INFO] If you want forgejo to use the new gpg key, you\'ll need to set a few keys in `app.ini`.'
echo '[INFO] The keys you\'ll need to set are:'
echo '[repository.signing]'
echo "SINGING_KEY = $key_id"
echo "SIGNING_KEY = $key_id"
echo "SIGNING_NAME = $rname"
echo "SIGNING_EMAIL = $email"
echo '[INFO] This script does recommend that you use the default git setup with GPG keys, however.'