Skip to content

Commit 4195470

Browse files
TapppiKent C. Dodds
authored andcommitted
fix(install): instruct to use npm explore in non-git repo warning (#105)
1 parent 7f7b276 commit 4195470

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
@@ -69,7 +69,7 @@ function warnAboutGit() {
6969
console.warn( // eslint-disable-line no-console
7070
'This does not seem to be a git project.\n' +
7171
'Although ghooks was installed, the actual git hooks have not.\n' +
72-
'Run "git init" and then "npm run ghooks install".\n\n' +
72+
'Run "git init" and then "npm explore ghooks -- npm run install".\n\n' +
7373
'Please ignore this message if you are not using ghooks directly.'
7474
)
7575
}

0 commit comments

Comments
 (0)