diff --git a/build/commands/scripts/presubmit.js b/build/commands/scripts/presubmit.js index 6f858f48f7c..799340b60b8 100644 --- a/build/commands/scripts/presubmit.js +++ b/build/commands/scripts/presubmit.js @@ -56,7 +56,7 @@ function runPresubmit(options) { } } if (options.files) { - args.push('--files', `"${options.files}"`) + args.push('--files', options.files) } if (options.verbose) { args.push(...Array(options.verbose).fill('--verbose'))