Skip to content

Commit 564f33b

Browse files
committed
Reword success installation message
1 parent 7ca1304 commit 564f33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function getProjectRoot() {
2424

2525
bin(getProjectRoot()).run(['version'])
2626
.then(() => {
27-
console.log('Hugo binary installed successfully!');
27+
console.log('Hugo binary successfully installed!');
2828
})
2929
.catch(error => {
3030
console.error(`${error.message}\nHugo binary installation failed!`);

0 commit comments

Comments
 (0)