Skip to content

Commit c97e48b

Browse files
authored
Merge pull request #857 from fermyon/mikkelhegn-patch-2
Fix downloads redirect for install.sh
2 parents 2e5162a + 8cf638b commit c97e48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ id = "redirect-download"
1717
source = "modules/redirect.wasm"
1818
environment = { DESTINATION = "https://developer.fermyon.com/downloads/install.sh" }
1919
[component.trigger]
20-
route = "/downloads/instsall.sh"
20+
route = "/downloads/install.sh"
2121
executor = { type = "wagi" }
2222

2323
[[component]]

0 commit comments

Comments
 (0)