We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879623d commit 145e0edCopy full SHA for 145e0ed
1 file changed
SimpleMDMRepo.py
@@ -39,7 +39,7 @@ def _fetch_api_key(self):
39
# fetch from environment argument
40
41
if 'SIMPLEMDM_API_KEY' in os.environ:
42
- print('Usig API key provided by environment variable.')
+ print('Using API key provided by environment variable.')
43
return os.environ['SIMPLEMDM_API_KEY']
44
45
# fetch from config file
0 commit comments