1
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:
XhmikosR 2021-12-09 10:25:31 +02:00
parent 7ca1304bb1
commit 564f33b4c9

View File

@ -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!`);