Skip to content

Commit 5f7c154

Browse files
committed
Fix replace
1 parent cc0009e commit 5f7c154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

order-routing/rust/pickup-point-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export = "run"
1818

1919
[extensions.build]
2020
command = "cargo build --target=wasm32-wasip1 --release"
21-
path = "target/wasm32-wasip1/release/{{handle | replace: "-", "_" | downcase}}.wasm"
21+
path = "target/wasm32-wasip1/release/{{handle | replace: " ", "_" | downcase}}.wasm"
2222
watch = ["src/**/*.rs"]
2323

2424
[extensions.ui.paths]

0 commit comments

Comments
 (0)