Fixing up copy/paste typo

This commit is contained in:
Adam Sanderson 2010-12-30 12:56:45 -07:00
parent fcd76d89ee
commit 1fc3f8c943
1 changed files with 1 additions and 1 deletions

View File

@ -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