Merge pull request #24515 from k82/typo_in_hooks

Automatic merge from submit-queue

Corrected format in hooks/pre-commit.

Format enhancement.
This commit is contained in:
k8s-merge-robot 2016-04-25 13:37:01 -07:00
commit 71c19a7014

View File

@ -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