Skip to content

Commit

Permalink
index.js: fix @param
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 14, 2024
1 parent e248a7f commit b3bb9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function extendedBin(baseUrl, hugoVersion) {

/**
* @param {string} baseUrl
* @param {string} [hugoVersion]
* @param {string} hugoVersion
*/
function normalBin(baseUrl, hugoVersion) {
return new BinWrapper()
Expand Down

0 comments on commit b3bb9a0

Please sign in to comment.