Fix copy-paste bug

Co-authored-by: Michael Bryan <michael@wasmer.io>
This commit is contained in:
Felix Schütt
2022-12-15 12:32:16 +01:00
committed by GitHub
parent 716ad9bbf5
commit 88ee645e6a

View File

@@ -333,7 +333,7 @@ impl Init {
match template {
Some(Template::Js) => {
map.insert("python".to_string(), "quickjs/quickjs@latest".to_string());
map.insert("quickjs".to_string(), "quickjs/quickjs@latest".to_string());
}
Some(Template::Python) => {
map.insert("python".to_string(), "python/python@latest".to_string());