mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-27 04:38:25 -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'])
|
bin(getProjectRoot()).run(['version'])
|
||||||
.then(() => {
|
.then(() => {
|
||||||
console.log('Hugo binary installed successfully!');
|
console.log('Hugo binary successfully installed!');
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error(`${error.message}\nHugo binary installation failed!`);
|
console.error(`${error.message}\nHugo binary installation failed!`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user