slightly diff output from diff git versions

master
Trent Mick 2014-04-03 16:02:28 -07:00
parent 36f7e51a65
commit d98dffbce9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ versioncheck:
.PHONY: cutarelease
cutarelease: versioncheck
[[ `git status | tail -n1` == "nothing to commit (working directory clean)" ]]
[[ `git status | tail -n1 | cut -c1-17` == "nothing to commit" ]]
./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js -f bin/bunyan
.PHONY: docs