Fixes url to the complete list of nodejs downloads

This commit is contained in:
Coffee Converter
2020-03-20 04:07:50 -05:00
committed by GitHub
parent 1b2c2ca3d4
commit 932ab921ee

View File

@@ -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")
}
}