fixed typo in placeholder check

This commit is contained in:
Brian Coca 2015-06-09 11:45:53 -04:00
parent f1e4ae5fc3
commit 19161dfd72

View file

@ -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