Skip to content

Commit 9475197

Browse files
committed
dollar signs everywhere
1 parent d218a0b commit 9475197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
find . -type f -name '*.rs' | while read -r file; do
6464
echo "Checking $file"
65-
for_loop_count_in_file=$(grep -oE 'for\s+(\([^)]+\)|\w+)\s+in\s+[^{]+' "$file" | wc -l)
65+
$for_loop_count_in_file=$(grep -oE 'for\s+(\([^)]+\)|\w+)\s+in\s+[^{]+' "$file" | wc -l)
6666
echo "Count in file: $for_loop_count_in_file"
6767
((for_loop_count += $for_loop_count_in_file))
6868
done

0 commit comments

Comments
 (0)