|
@@ -77,7 +77,7 @@ def find_template(template_name, templates):
|
|
|
for t in templates:
|
|
|
if t["templatename"] == template_name:
|
|
|
return t
|
|
|
- print("Configuration {} is not one of {}, please try again.".format(tempalte_name, [t["templatename"] for t in templates]))
|
|
|
+ print("Configuration {} is not one of {}, please try again.".format(template_name, [t["templatename"] for t in templates]))
|
|
|
return None
|
|
|
|
|
|
def setup_build_env(args):
|