Skip to content

Commit 8a74d19

Browse files
[skip ci] Fix typo in wasi_vfs build name
1 parent 91e6010 commit 8a74d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/build/product/wasi_vfs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def cli_bin_path
3939
end
4040

4141
def name
42-
"wasi-vfs-#{WASI_VFS_VERSION}-#{RbConfig::CONFIG["host"]}}"
42+
"wasi-vfs-#{WASI_VFS_VERSION}-#{RbConfig::CONFIG["host"]}"
4343
end
4444

4545
def build(executor)

0 commit comments

Comments
 (0)