You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-07-03 04:26:37 -04:00
Reword success installation message
This commit is contained in:
@ -24,7 +24,7 @@ function getProjectRoot() {
|
||||
|
||||
bin(getProjectRoot()).run(['version'])
|
||||
.then(() => {
|
||||
console.log('Hugo binary installed successfully!');
|
||||
console.log('Hugo binary successfully installed!');
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(`${error.message}\nHugo binary installation failed!`);
|
||||
|
Reference in New Issue
Block a user