Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nullivex committed Oct 15, 2015
1 parent bcef0f4 commit c1adb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodist.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ nodist.prototype.getUrlToShasum = function getUrlToShasum(version) {
if(~version.indexOf('iojs')) {
return this.iojsSourceUrl+'v'+version.substr('iojsv'.length)+'/SHASUMS256.txt'
}
if(~version.indexOf('node')) {1
if(~version.indexOf('node')) {
var versionNumber = version.substr('nodev'.length);
if(versionNumber[0] === '0') {
// node 0.x
Expand Down

0 comments on commit c1adb71

Please sign in to comment.