diff --git a/lib/actions/install.js b/lib/actions/install.js index 3ad1e50d..9bb81444 100644 --- a/lib/actions/install.js +++ b/lib/actions/install.js @@ -190,7 +190,7 @@ install.npmInstall = function (pkgs, options, spawnOptions) { }; /** - * Receives a list of `packages` and an `options` object to install through npm. + * Receives a list of `packages` and an `options` object to install through yarn. * * The installation will automatically run during the run loop `install` phase. *