From 1bd9c1136678f06355bf0021176ef22a9e911568 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Fri, 16 Oct 2020 15:51:45 -0500 Subject: [PATCH] Update 'build.sh' --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c7dbd02..1234215 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG # Echo an error message before exiting trap 'echo "\"${last_command}\" command finished with exit code $?."' EXIT -# Build chroniclerd binary +# Build ncpt binary cd cmd/ncpt go build -o ncpt if [ ! -d ../../build ]; then