From e45b85c7b24f236aba727edc7453f0eb7d67704e Mon Sep 17 00:00:00 2001 From: cws Date: Thu, 19 Oct 2017 12:33:11 -0400 Subject: [PATCH] fix overcommit --- .overcommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.overcommit.yml b/.overcommit.yml index 0f7e030..8382d59 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -16,7 +16,7 @@ # Uncomment the following lines to make the configuration take effect. PreCommit: - vet: + Vet: enabled: true command: ['./vet.sh']