Skip to content

Commit

Permalink
Update destVersionRelease.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-snow committed Jun 12, 2023
1 parent 4a5304a commit 8ca39fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/destVersionRelease.sh
Expand Up @@ -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

Expand Down

0 comments on commit 8ca39fe

Please sign in to comment.