Skip to content

Commit

Permalink
fix(install): instruct to use npm explore in non-git repo warning (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapppi authored and Kent C. Dodds committed Jun 7, 2016
1 parent 7f7b276 commit 4195470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function warnAboutGit() {
console.warn( // eslint-disable-line no-console
'This does not seem to be a git project.\n' +
'Although ghooks was installed, the actual git hooks have not.\n' +
'Run "git init" and then "npm run ghooks install".\n\n' +
'Run "git init" and then "npm explore ghooks -- npm run install".\n\n' +
'Please ignore this message if you are not using ghooks directly.'
)
}
Expand Down

0 comments on commit 4195470

Please sign in to comment.