From 410641563ea8493b9b015294e33f209dd3cbce9a Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 23 Sep 2024 12:28:05 -0500 Subject: [PATCH] Wrong var name --- fsss.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsss.sh b/fsss.sh index 888a684..740f7bb 100644 --- a/fsss.sh +++ b/fsss.sh @@ -47,7 +47,7 @@ else 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.' - [[ $overgpg == n || $ovrgpg == N ]] && echo '[NOTICE] I notice you\'re trying to use a non-standard gpg directory' - [[ $overgpg == n || $ovrgpg == N ]] && echo '[NOTICE] I have no idea how to make forgejo read from a non-standard gpg dirctory' - [[ $overgpg == n || $ovrgpg == N ]] && echo '[NOTICE] So you\'re on your own from here. I hope you know what you\'re doing.' + [[ $ovrgpg == n || $ovrgpg == N ]] && echo '[NOTICE] I notice you\'re trying to use a non-standard gpg directory' + [[ $ovrgpg == n || $ovrgpg == N ]] && echo '[NOTICE] I have no idea how to make forgejo read from a non-standard gpg dirctory' + [[ $ovrgpg == n || $ovrgpg == N ]] && echo '[NOTICE] So you\'re on your own from here. I hope you know what you\'re doing.' fi