From 41cb3ef123ee7a784697ccb43d50f9f642644e2d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 12 May 2023 17:28:36 -0600 Subject: [PATCH] fix cd --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 1910d0d..090b329 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -42,6 +42,7 @@ then # Install Go ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION pushd "$install_dir/build" + cd listmonk-* # Build the sources ynh_use_go export GOPATH="$install_dir/build/go"