fixing an a small typo

This commit is contained in:
kevgliss 2015-07-04 12:50:41 -07:00
parent eadfaaeed0
commit 277599f0e5
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ class InitializeApp(Command):
else:
sys.stdout.write("[-] Default user has already been created, skipping...!\n")
if current_app.app.config.get('AWS_ACCOUNT_MAPPINGS'):
if current_app.config.get('AWS_ACCOUNT_MAPPINGS'):
for account_name, account_number in current_app.config.get('AWS_ACCOUNT_MAPPINGS').items():
account = account_service.get_by_account_number(account_number)