From 8024e79ac60efd98abe2cfe2ec754a7af7bd4e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:07:46 +0100 Subject: [PATCH] Update ynh_install_go --- scripts/ynh_install_go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_install_go b/scripts/ynh_install_go index d9e3555..730f93b 100644 --- a/scripts/ynh_install_go +++ b/scripts/ynh_install_go @@ -70,7 +70,7 @@ ynh_use_go () { ynh_go_load_path="PATH=$PATH" # Sets the local application-specific Go version - pushd $final_path + pushd $install_dir $goenv_install_dir/bin/goenv local $go_version popd }