Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefk committed Feb 18, 2016
1 parent 7308bbc commit 63f9983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Installation/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private static function checkNode(ConsoleIO $io, VersionParser $parser)
"If no recent version of Node.js is available as an official package or installer for \n" .
"your OS, consider using a version manager like nvm (http://github.com/creationix/nvm).",
self::MIN_NODE_VERSION,
$version
$nodeVersion
));
}

Expand Down

0 comments on commit 63f9983

Please sign in to comment.