diff --git a/Makefile b/Makefile index ec5186d..6327199 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,5 @@ versioncheck: @echo Version check ok. cutarelease: versioncheck - ./tools/cutarelease.py -f package.json -f lib/bunyan.js + ./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js