From c08b54492e024de8e032022329c8fc3bf53bf0dc Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 19 Mar 2013 20:31:50 -0700 Subject: [PATCH] fix typo --- tools/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run.js b/tools/run.js index aa9b77df63..8895591ea6 100644 --- a/tools/run.js +++ b/tools/run.js @@ -625,7 +625,7 @@ exports.run = function (context, options) { var bundleOpts = { noMinify: options.noMinify, nodeModulesMode: 'symlink', - testPackges: options.testPackages, + testPackages: options.testPackages, releaseStamp: context.releaseVersion, packageSearchOptions: context.packageSearchOptions };