From e450da795d16274190225e8c79d7aa38a47f6f89 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 28 Jul 2025 18:45:33 +0300 Subject: [PATCH] chore: Show correct path when example has lint errors --- script/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/lint.sh b/script/lint.sh index e34752c6a19..009d1d0c6ba 100755 --- a/script/lint.sh +++ b/script/lint.sh @@ -32,7 +32,7 @@ for dir in $MOD_DIRS; do echo linting "$dir" ( cd "$dir" - "$BIN"/custom-gcl run --path-prefix "$dir" + "$BIN"/custom-gcl run ) || fail "failed linting $dir" done