Skip to content

Commit e4f05a4

Browse files
committed
fix path substitution
1 parent f21c6e6 commit e4f05a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark_change.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ http -p 8080 &
77
set -euo pipefail
88

99
git checkout HEAD -- frameworks/keyed/yew/Cargo.toml
10-
sed -i "s/PATH/$1\/packages/yew/" frameworks/keyed/yew/Cargo.toml
10+
sed -i "s,PATH,$1/packages/yew," frameworks/keyed/yew/Cargo.toml
1111

1212
npm ci
1313

@@ -40,7 +40,7 @@ http -p 8080 &
4040
npm run results
4141
)
4242

43-
xdg-open http://localhost:8080/webdriver-ts-results/table.html &
43+
xdg-open http://localhost:8080/webdriver-ts-results/table.html
4444
)
4545

4646
kill %%

0 commit comments

Comments
 (0)