From d5f7151096e558272fcd4dfb6429fe0ef8a53a4c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 20 Apr 2015 13:47:15 -0700 Subject: [PATCH] Add missing node_modules segment --- build/tasks/build-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/build-task.coffee b/build/tasks/build-task.coffee index 302e53a70..6a9ed7e35 100644 --- a/build/tasks/build-task.coffee +++ b/build/tasks/build-task.coffee @@ -64,7 +64,7 @@ module.exports = (grunt) -> path.join('npm', 'node_modules', '.bin', 'starwars') path.join('pegjs', 'examples') path.join('get-parameter-names', 'node_modules', 'testla') - path.join('get-parameter-names', '.bin', 'testla') + path.join('get-parameter-names', 'node_modules', '.bin', 'testla') path.join('jasmine-reporters', 'ext') path.join('jasmine-node', 'node_modules', 'gaze') path.join('jasmine-node', 'spec')