You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-09-15 22:35:31 -04:00
Fix broken link (README.md), fix typo
This commit is contained in:
@@ -53,7 +53,7 @@ async function install() {
|
||||
// return the full path to our Hugo binary
|
||||
return installedToPath;
|
||||
} catch (error) {
|
||||
// pass whatever error occured along the way to console
|
||||
// pass whatever error occurred along the way to console
|
||||
console.error(`${logSymbols.error} Hugo installation failed. :(`);
|
||||
throw error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user