mirror of
https://github.com/YunoHost-Apps/gamja_ynh.git
synced 2024-09-03 18:36:34 +02:00
Update ynh_install_go
This commit is contained in:
parent
77c6d6a066
commit
28d93878b3
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ ynh_use_go () {
|
||||||
ynh_go_load_path="PATH=$PATH"
|
ynh_go_load_path="PATH=$PATH"
|
||||||
|
|
||||||
# Sets the local application-specific Go version
|
# Sets the local application-specific Go version
|
||||||
pushd $final_path
|
pushd $install_dir
|
||||||
$goenv_install_dir/bin/goenv local $go_version
|
$goenv_install_dir/bin/goenv local $go_version
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue