diff --git a/src/app/project.coffee b/src/app/project.coffee index a3da8a483..d404495bc 100644 --- a/src/app/project.coffee +++ b/src/app/project.coffee @@ -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