mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
apiKey => apiKey The error message is clearer
This commit is contained in:
parent
bf52d4acdc
commit
8ba74df6b5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def __virtual__():
|
|||
'''
|
||||
if _apikey():
|
||||
return True
|
||||
return (False, 'The API key was not specified. Please specify it using the "apiKey" attribute.')
|
||||
return (False, 'The API key was not specified. Please specify it using the "apikey" config.')
|
||||
|
||||
|
||||
def _apikey():
|
||||
|
|
Loading…
Add table
Reference in a new issue