From 0a5de1a266109ead7d682672abe9e9452786f073 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 9 May 2023 15:16:55 +1000 Subject: [PATCH] cvs2git missing fi --- git-cvs2git.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-cvs2git.sh b/git-cvs2git.sh index 9d8ee39..7a76542 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -65,6 +65,7 @@ if [ $3 == "local" ] ; then GITEAACCESSTOKEN=${local_GITEAACCESSTOKEN} GITEAHOST=${local_GITEAHOST} fi +fi RemoteRepoURL="$GITEAHOST/$2/$1" # @@ -632,7 +633,7 @@ if [[ "$NAME" =~ ^(smeserver-|e-smith-).* ]]; then # Good to extract some of the wiki here, and load it into the readme, # OR I could ask GPTChat to write me paragraph on the contrib 8-)) # Set the parameters for the request - if [[ "$NAME" =~ ^(smeserver-).* && "$2" == "contrib" ]]; then + if [[ "$NAME" =~ ^(smeserver-).* && "$2" == "smecontribs" ]]; then prompt="Write me a paragraph on the $PACKAGENAME software contrib for smeserver" else prompt="Write me a paragraph about the software $PACKAGENAME"