From 8ca39fe98922dedab793b27a9343272ec232d9ce Mon Sep 17 00:00:00 2001 From: A lucky guy <79245287+tom-snow@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:07:11 +0800 Subject: [PATCH] Update destVersionRelease.sh --- scripts/destVersionRelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/destVersionRelease.sh b/scripts/destVersionRelease.sh index 226e481..244f0c3 100755 --- a/scripts/destVersionRelease.sh +++ b/scripts/destVersionRelease.sh @@ -28,7 +28,7 @@ function login_gh() { printf "#%.0s" {1..60} echo if [ -z $GHTOKEN ]; then - >&2 echo -e "\033[1;31mMissing Github Token! Please get a BotToken from 'Github Settings->Developer settings->Personal access tokens' and set it in Repo Secrect\033[0m" + >&2 echo -e "\033[1;31mMissing Github Token! Please get a GHToken from 'Github Settings->Developer settings->Personal access tokens' and set it in Repo Secrect\033[0m" exit 1 fi