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"