We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7b276 commit 4195470Copy full SHA for 4195470
lib/install.js
@@ -69,7 +69,7 @@ function warnAboutGit() {
69
console.warn( // eslint-disable-line no-console
70
'This does not seem to be a git project.\n' +
71
'Although ghooks was installed, the actual git hooks have not.\n' +
72
- 'Run "git init" and then "npm run ghooks install".\n\n' +
+ 'Run "git init" and then "npm explore ghooks -- npm run install".\n\n' +
73
'Please ignore this message if you are not using ghooks directly.'
74
)
75
}
0 commit comments