Skip to content

Commit 152fd58

Browse files
committed
fix run.sh
1 parent 335494a commit 152fd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bash ../../scripts/package-count.sh >> "../../results/$1/pnpm"
4040
# vlt
4141
bash ../../scripts/clean.sh
4242
bash ../../scripts/install/vlt.sh
43-
bash ../../scripts/package-count.sh >> >> "../../results/$1/vlt"
43+
bash ../../scripts/package-count.sh >> "../../results/$1/vlt"
4444

4545
# bun
4646
bash ../../scripts/clean.sh

0 commit comments

Comments
 (0)