fix: typo

This commit is contained in:
jiajingbin 2025-01-11 16:08:35 +08:00
parent 2b10e8a9b7
commit 1f656c0ef0
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ deploy_go() {
# echo "Go is already installed. Skipping installation." # echo "Go is already installed. Skipping installation."
# return # return
# fi # fi
if check_installed "gp"; then if check_installed "go"; then
return return
fi fi
# Fetch the latest version number of Go # Fetch the latest version number of Go