Skip to content

Commit

Permalink
fix: typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
UnwashedMeme committed Aug 14, 2020
1 parent 53483f0 commit 920e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/azure_rm_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ def _get_credentials(self, auth_source=None, **params):
arg_credentials[attribute] = params.get(attribute, None)

if auth_source == 'msi':
self.log('Retrieving credenitals from MSI')
self.log('Retrieving credentials from MSI')
return self._get_msi_credentials(subscription_id=params.get('subscription_id'), client_id=params.get('client_id'))

if auth_source == 'cli':
Expand Down

0 comments on commit 920e69d

Please sign in to comment.