diff --git a/utils/jslint.sh b/utils/jslint.sh index 9e502d668c..2eb805265f 100755 --- a/utils/jslint.sh +++ b/utils/jslint.sh @@ -35,7 +35,7 @@ if [ "x$@" == "x" ] ; then if [ -d ./enterprise ] ; then echo Considering enterprise files... JAVASCRIPT_JSLINT="$JAVASCRIPT_JSLINT \ - `find ./enterprise/Enterprise/js -name "*.js"` \ + `find ./enterprise/js -name "*.js"` \ " fi else