fix: typo
This commit is contained in:
parent
2b10e8a9b7
commit
1f656c0ef0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue