Skip to content

Commit

Permalink
Fix grep pattern in script/test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredxing committed Jul 16, 2014
1 parent d8140f4 commit bf465cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test
Expand Up @@ -4,7 +4,7 @@
# script/test
# script/test <hi>

git diff --name-only origin $(git log --pretty=format:"%h" -2 | tail -1) | grep -v '^/site' || {
git diff --name-only origin $(git log --pretty=format:"%h" -2 | tail -1) | grep -v '^site/' || {
echo "No lib files have changed, skipping Jekyll tests!"
exit 0
}
Expand Down

0 comments on commit bf465cd

Please sign in to comment.