mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 13:28:28 -04:00
Reword success installation message
This commit is contained in:
parent
7ca1304bb1
commit
564f33b4c9
@ -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!`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user