From b2f68a22b940356bf212b7b855abe2ff40e4659a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 10 Jan 2024 16:47:01 +0100 Subject: [PATCH] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality/inspections.md b/quality/inspections.md index 66e18c9..faf17d2 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -15,7 +15,7 @@ The following automated tests must pass without errors, failures and warnings fo * `npx eslint ./ -c Build/Config/.eslintrc.json` * `npx jasmine-node ./` * `./cOMS/tests/test.sh` -* sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed +* `sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed` * see [other checks](#other-checks) below