Skip to content

Commit 9f2b91b

Browse files
authored
chore: Show correct path when example has lint errors (#3656)
1 parent a81b973 commit 9f2b91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for dir in $MOD_DIRS; do
3232
echo linting "$dir"
3333
(
3434
cd "$dir"
35-
"$BIN"/custom-gcl run --path-prefix "$dir"
35+
"$BIN"/custom-gcl run
3636
) || fail "failed linting $dir"
3737
done
3838

0 commit comments

Comments
 (0)