Remove unneeded quotes

This commit is contained in:
Garen Torikian
2013-03-27 19:40:20 -07:00
parent 12bc89ca50
commit af78a6b50f

View File

@@ -193,7 +193,7 @@ class Project
readLine(line) if state is 'readingLines'
command = require.resolve 'nak'
args = ['--ackmate', "#{regex.source}", @getPath()]
args = ['--ackmate', regex.source, @getPath()]
args.unshift("--addVCSIgnores") if config.get('nak.addVCSIgnores')
new BufferedProcess({command, args, stdout, exit})
deferred