From 8ba74df6b5fbd55c171e4cad0cfee8cffc4c1094 Mon Sep 17 00:00:00 2001 From: Brendan Rius Date: Sat, 5 Dec 2015 01:11:49 +0100 Subject: [PATCH] Fix typo apiKey => apiKey The error message is clearer --- salt/modules/bamboohr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/bamboohr.py b/salt/modules/bamboohr.py index 7c2a2290fb..24c0f77e00 100644 --- a/salt/modules/bamboohr.py +++ b/salt/modules/bamboohr.py @@ -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():