fixed typo in placeholder check

pull/11215/head
Brian Coca 11 years ago
parent f1e4ae5fc3
commit 19161dfd72

@ -37,7 +37,7 @@ class ActionModule(ActionBase):
except:
pass # could not get it from template!
if moduel is None:
if module is None:
#TODO: autodetect the package manager, by invoking that specific fact snippet remotely
pass

Loading…
Cancel
Save