Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Add missing docco. Use .bin folder for dev deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Oct 17, 2011
1 parent e0cf818 commit 77a73aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test.sh
@@ -1,5 +1,5 @@
#!/bin/sh
vows="./node_modules/vows/bin/vows"
vows="./node_modules/.bin/vows"
[ ! -x $vows ] && cd ..
if [ ! -x $vows ]; then
echo "Unable to run Vows." >&2
Expand Down

0 comments on commit 77a73aa

Please sign in to comment.