From aa94f1db14f449b036ef70e468fb7605fd8d3346 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 26 Jun 2012 11:42:58 +0300 Subject: [PATCH] Update master --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c27a8ee9..2c0c1bdd 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/bin/sh npm i -g jshint echo "jshint server.js client.js lib/cloudfunc.js" -hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file +jhint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file