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