Skip to content

Commit

Permalink
Fix: plus
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangciwu committed Apr 1, 2020
1 parent 3bc02e7 commit 2ebc6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion husky.js
Expand Up @@ -10,7 +10,7 @@ pleaseUpgradeNode(pkg, {
return (
'Husky requires Node ' +
requiredVersion +
' (runtime: ' + process.version + ')'
' (runtime: ' + process.version + ')' +
', skipping Git hooks installation.'
)
}
Expand Down

0 comments on commit 2ebc6ad

Please sign in to comment.