From e753a256ced266926ba978f8d683db89becfca7c Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Feb 2020 19:20:49 -0700 Subject: [PATCH] fix example validation path --- hooks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks.sh b/hooks.sh index 40692cb..25027cf 100755 --- a/hooks.sh +++ b/hooks.sh @@ -12,7 +12,7 @@ function isort_all () { } function validate_examples () { - python3 ./tests/validate_examples.py + python3 .tests/validate_examples.py if [[! $? == 0]]; then exit 1 fi