Silly typo, though I guess you could still set SINGING_KEY
if you want to
This commit is contained in:
parent
ed6164dfbf
commit
7ada6522e1
1 changed files with 1 additions and 1 deletions
|
@ -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] 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 '[INFO] The keys you\'ll need to set are:'
|
||||||
echo '[repository.signing]'
|
echo '[repository.signing]'
|
||||||
echo "SINGING_KEY = $key_id"
|
echo "SIGNING_KEY = $key_id"
|
||||||
echo "SIGNING_NAME = $rname"
|
echo "SIGNING_NAME = $rname"
|
||||||
echo "SIGNING_EMAIL = $email"
|
echo "SIGNING_EMAIL = $email"
|
||||||
echo '[INFO] This script does recommend that you use the default git setup with GPG keys, however.'
|
echo '[INFO] This script does recommend that you use the default git setup with GPG keys, however.'
|
||||||
|
|
Loading…
Reference in a new issue