You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-14 14:35:27 -04:00
Fix broken link (README.md), fix typo
This commit is contained in:
+1
-1
@@ -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