Skip to content

Commit

Permalink
fix(commit-msg): add execution permission command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Grandemange committed Apr 4, 2017
1 parent 5a07e60 commit 21cc310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/application/tools/git/commit-msg.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*
* Installation:
* $ ln -s tools/git/commit-msg.js .git/hooks/commit-msg
* chmod +x .git/hooks/commit-msg
*/

'use strict';
Expand Down
1 change: 1 addition & 0 deletions templates/library/tools/git/commit-msg.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*
* Installation:
* $ ln -s tools/git/commit-msg.js .git/hooks/commit-msg
* chmod +x .git/hooks/commit-msg
*/

'use strict';
Expand Down

0 comments on commit 21cc310

Please sign in to comment.