diff --git a/tools/lint b/tools/lint index 6d44e8f..8e61c2b 100755 --- a/tools/lint +++ b/tools/lint @@ -71,7 +71,7 @@ lint_python3 () { lint_openapi () { if [ -f $service_dir/resources/openapi.yaml ]; then - speccy --config $ROOT/shared/lint/speccy.yaml \ + speccy lint --config $ROOT/shared/lint/speccy.yaml \ $service_dir/resources/openapi.yaml fi }