From 53b55aabae409df1e4da510b49ff5ff607072826 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 7 May 2024 19:26:07 -0500 Subject: [PATCH] small type --- fsss-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsss-ssh.sh b/fsss-ssh.sh index c91d163..e4295d2 100644 --- a/fsss-ssh.sh +++ b/fsss-ssh.sh @@ -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\""