This commit is contained in:
carnal0wnage
2018-05-09 20:37:50 -04:00
parent 5cc626d6b2
commit e5ecdae1e4
3 changed files with 29 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ def module_opsworks_describe_stacks():
Opsworks Describe stacks
python3 weirdAAL.py -m opsworks_describe_stacks -t yolo
'''
describe_stacks()
opsworks_describe_stacks()
def module_opsworks_describe_user_profiles():
@@ -14,4 +14,4 @@ def module_opsworks_describe_user_profiles():
Opsworks describe user profiles
python3 weirdAAL.py -m opsworks_describe_user_profiles -t yolo
'''
describe_user_profiles()
opsworks_describe_user_profiles()