mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Corrected format in hooks/pre-commit.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user