Skip to content

Commit

Permalink
cmd/mecha: use main wazero fork for new project creation
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Mar 31, 2024
1 parent fdb7432 commit d39f206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mecha/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func createFromTemplate(templ, proj string) error {
}
defer os.Chdir("..")

return replaceWazeroWithFork()
return nil // TODO: completely remove replaceWazeroWithFork()
}

func replaceWazeroWithFork() error {
Expand Down

0 comments on commit d39f206

Please sign in to comment.