Commit 19161dfd by Brian Coca

fixed typo in placeholder check

parent f1e4ae5f
...@@ -37,7 +37,7 @@ class ActionModule(ActionBase): ...@@ -37,7 +37,7 @@ class ActionModule(ActionBase):
except: except:
pass # could not get it from template! 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 #TODO: autodetect the package manager, by invoking that specific fact snippet remotely
pass pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment