From eabd028f9cd4f407675903e1d09bd69071311b25 Mon Sep 17 00:00:00 2001 From: Jacky Wang Date: Mon, 13 Jul 2020 12:49:35 -0700 Subject: [PATCH] [node.sh] fix the build errors in go_executable_build.sh --- scripts/go_executable_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/go_executable_build.sh b/scripts/go_executable_build.sh index da07dbfaf..49726c46b 100755 --- a/scripts/go_executable_build.sh +++ b/scripts/go_executable_build.sh @@ -3,8 +3,8 @@ export GO111MODULE=on declare -A SRC -SRC[harmony]=cmd/harmony/main.go -SRC[bootnode]=cmd/bootnode/main.go +SRC[harmony]=./cmd/harmony +SRC[bootnode]=./cmd/bootnode BINDIR=bin BUCKET=unique-bucket-bin