Skip to content

Commit

Permalink
Corrected format in hooks/pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
k82cn committed Apr 20, 2016
1 parent e8bd081 commit 6492cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

readonly reset=$(tput sgr0)
readonly red=$(tput bold; tput setaf 1)
readonly red=$(tput bold; tput setaf 1)
readonly green=$(tput bold; tput setaf 2)

exit_code=0
Expand Down

0 comments on commit 6492cb2

Please sign in to comment.