mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix typo
apiKey => apiKey The error message is clearer
This commit is contained in:
parent
bf52d4acdc
commit
8ba74df6b5
@ -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…
Reference in New Issue
Block a user