From 7f650ad42d97cdd3dec6fc0e6054ca56b571ce05 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 23 Mar 2022 17:47:13 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b26e6a4..07cb8b0 100755 --- a/scripts/install +++ b/scripts/install @@ -117,7 +117,7 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION pushd "$final_path" # Build the sources ynh_use_go - ynh_exec_as $app $ynh_go_load_path make build + $ynh_go_load_path make build popd ynh_remove_go