From 24c1ce4f90552395f9656b85d7476c74684612fb Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 25 Mar 2022 13:42:37 +0700 Subject: [PATCH] Update ynh_install_go --- scripts/ynh_install_go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ynh_install_go b/scripts/ynh_install_go index fbc412c..e8d248f 100644 --- a/scripts/ynh_install_go +++ b/scripts/ynh_install_go @@ -75,6 +75,8 @@ ynh_use_go () { pushd $final_path $goenv_install_dir/bin/goenv local $go_version popd + + "$ynh_go" env } # Install a specific version of Go