fixed typo in placeholder check
This commit is contained in:
parent
f1e4ae5fc3
commit
19161dfd72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue