Skip to content

Commit b72392e

Browse files
authored
Merge pull request #65 from guybedford/patch-1
Fix sed command for build script
2 parents cdcef6e + 49e60ee commit b72392e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ mv repos/book/book _site/docs/book
3838

3939
mkdir -p _site/wasm-pack/installer
4040
cp repos/wasm-pack/docs/_installer/init.sh _site/wasm-pack/installer/init.sh
41-
ed -i 's/\$VERSION/v0.13.1/' _site/wasm-pack/installer/init.sh
41+
sed -i 's/\$VERSION/v0.13.1/' _site/wasm-pack/installer/init.sh

0 commit comments

Comments
 (0)