Skip to content

Commit 973f3d3

Browse files
committed
fix typo
1 parent 95c480b commit 973f3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Benchmarks
2727
run: |
2828
echo "npm@$(npm -v)";
29-
echo "vlt@$(vlt -v);
29+
echo "vlt@$(vlt -v)";
3030
echo "yarn@$(COREPACK_ENABLE_STRICT=0 COREPACK_ENABLE_AUTO_PIN=0 corepack yarn@1 -v)";
3131
echo "yarn@$(COREPACK_ENABLE_STRICT=0 COREPACK_ENABLE_AUTO_PIN=0 corepack yarn@latest -v)";
3232
echo "pnpm@$(COREPACK_ENABLE_STRICT=0 COREPACK_ENABLE_AUTO_PIN=0 corepack pnpm@latest -v)";

0 commit comments

Comments
 (0)