Update 'build.sh'

This commit is contained in:
Brian Buller 2020-10-16 15:51:45 -05:00
parent 51fb4ea06b
commit 1bd9c11366
1 changed files with 1 additions and 1 deletions

View File

@ -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