From d06e86dbdd080bbf09409b7db97ea0abd227ca20 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 Oct 2022 09:36:18 +0200 Subject: [PATCH] Update ynh_install_go --- scripts/ynh_install_go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ynh_install_go b/scripts/ynh_install_go index e3ad06a..80c6708 100644 --- a/scripts/ynh_install_go +++ b/scripts/ynh_install_go @@ -123,7 +123,7 @@ ynh_install_go () { fi popd else - ynh_print_info --message="Installing goenv with git..." + ynh_print_info --message="Installing goenv with Git..." mkdir -p $goenv_install_dir pushd $goenv_install_dir git init -q @@ -139,12 +139,12 @@ ynh_install_go () { ynh_print_info --message="\`goenv latest' command already available in \`$goenv_latest'." pushd "${goenv_latest%/*/*}" if git remote -v 2>/dev/null | grep "https://github.com/momo-lab/xxenv-latest.git"; then - ynh_print_info --message="Trying to update xxenv-latest with git..." + ynh_print_info --message="Trying to update xxenv-latest with Git..." git pull -q origin master fi popd else - ynh_print_info --message="Installing xxenv-latest with git..." + ynh_print_info --message="Installing xxenv-latest with Git..." mkdir -p "${goenv_install_dir}/plugins" git clone -q https://github.com/momo-lab/xxenv-latest.git "${goenv_install_dir}/plugins/xxenv-latest" fi