From 178d0f37ab8633b3312aa65f861b1ccdbddf4801 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 5 Jun 2023 08:57:13 +1000 Subject: [PATCH] remove forked comment on success --- rename-e-smith-pkg.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index e5bdb24..fa7e312 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -281,6 +281,5 @@ git push origin &> /dev/null #Can't do via API call ATM, so leave a message if [[ -z $NOOUTPUT ]] ; then echo "$SOURCEORG/$SOURCEPKG has been renamed as $TARGETORG/$TARGETPKG" - echo "It is still a forked repository, so you need to 'Convert to Regular Repository' in GITEA and then 'Transfer' it to it's final Organisation" fi exit 0