forked from mirrors/thatmattlove-hyperglass
fix example validation path
This commit is contained in:
parent
b997a3f41a
commit
e753a256ce
1 changed files with 1 additions and 1 deletions
2
hooks.sh
2
hooks.sh
|
|
@ -12,7 +12,7 @@ function isort_all () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function validate_examples () {
|
function validate_examples () {
|
||||||
python3 ./tests/validate_examples.py
|
python3 .tests/validate_examples.py
|
||||||
if [[! $? == 0]]; then
|
if [[! $? == 0]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue