small type

This commit is contained in:
Firepup Sixfifty 2024-05-07 19:26:07 -05:00
parent 5f24a0a4cc
commit 53b55aabae
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -15,7 +15,7 @@ echo "[INFO] Detected key: $key_id"
echo '[INFO] Having git recognize this as the default signing key for this user...'
echo "$ git config --global user.signingkey $key_id"
git config --global user.signingkey $key_id
echo "[INFO] Having git use \"$rname\" as name and \"email\" as email..."
echo "[INFO] Having git use \"$rname\" as name and \"$email\" as email..."
echo "$ git config --global user.name \"$rname\""
git config --global user.name "$rname"
echo "$ git config --global user.email \"$email\""