We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca1304 commit 564f33bCopy full SHA for 564f33b
lib/install.js
@@ -24,7 +24,7 @@ function getProjectRoot() {
24
25
bin(getProjectRoot()).run(['version'])
26
.then(() => {
27
- console.log('Hugo binary installed successfully!');
+ console.log('Hugo binary successfully installed!');
28
})
29
.catch(error => {
30
console.error(`${error.message}\nHugo binary installation failed!`);
0 commit comments