fix: typo
This commit is contained in:
parent
2b10e8a9b7
commit
1f656c0ef0
|
@ -1077,7 +1077,7 @@ deploy_go() {
|
|||
# echo "Go is already installed. Skipping installation."
|
||||
# return
|
||||
# fi
|
||||
if check_installed "gp"; then
|
||||
if check_installed "go"; then
|
||||
return
|
||||
fi
|
||||
# Fetch the latest version number of Go
|
||||
|
|
Loading…
Reference in New Issue