Skip to content

Commit

Permalink
Merge pull request #521 from coffee-converter/feature/fix-nodejs-down…
Browse files Browse the repository at this point in the history
…load-url

Fixes url to the complete list of nodejs downloads
  • Loading branch information
coreybutler authored Mar 20, 2020
2 parents 1b2c2ca + 932ab92 commit 1224235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ func list(listtype string) {
table.AppendBulk(data) // Add Bulk Data
table.Render()

fmt.Println("\nThis is a partial list. For a complete list, visit https://nodejs.org/download/release")
fmt.Println("\nThis is a partial list. For a complete list, visit https://nodejs.org/download/releases")
}
}

Expand Down

0 comments on commit 1224235

Please sign in to comment.