mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
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:
commit
71c19a7014
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
readonly reset=$(tput sgr0)
|
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)
|
readonly green=$(tput bold; tput setaf 2)
|
||||||
|
|
||||||
exit_code=0
|
exit_code=0
|
||||||
|
Loading…
Reference in New Issue
Block a user