From 1fc3f8c94364dc11c7bf457c7e3df7ba22c04fc7 Mon Sep 17 00:00:00 2001 From: Adam Sanderson Date: Thu, 30 Dec 2010 12:56:45 -0700 Subject: [PATCH] Fixing up copy/paste typo --- lib/qwandry/configuration/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qwandry/configuration/default.rb b/lib/qwandry/configuration/default.rb index 7c6b208..28d8773 100644 --- a/lib/qwandry/configuration/default.rb +++ b/lib/qwandry/configuration/default.rb @@ -48,7 +48,7 @@ register :node do node_paths = `node #{node_script_path}` rescue '' node_paths = node_paths.split("\n") - # Add the python paths, instruct Qwandry to skip any compiled files when trying to match a file/library: + # Add the node paths add node_paths end