diff --git a/hooks.sh b/hooks.sh index 25027cf..b3f1fa9 100755 --- a/hooks.sh +++ b/hooks.sh @@ -13,12 +13,12 @@ function isort_all () { function validate_examples () { python3 .tests/validate_examples.py - if [[! $? == 0]]; then + if [[ ! $? == 0 ]]; then exit 1 fi } -# make_badge # isort_all +validate_examples exit 0 \ No newline at end of file diff --git a/hyperglass/examples/hyperglass.yaml b/hyperglass/examples/hyperglass.yaml index 2844954..a07569e 100644 --- a/hyperglass/examples/hyperglass.yaml +++ b/hyperglass/examples/hyperglass.yaml @@ -1,5 +1,4 @@ --- -fake_key: true # debug: false # google_analytics: '' # org_name: The Company