aboutsummaryrefslogtreecommitdiff
path: root/foremanhost.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-27 18:44:00 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-27 18:44:00 +0200
commit74c4a83585db08719698da6bcb1e78f416b1926f (patch)
treed17ea82ead1194dc91165896b380662525b51a4e /foremanhost.py
parent9842b9c73b06c32295648a6357cc2eb85aafd865 (diff)
Fix typo preventing a sane error message
Diffstat (limited to 'foremanhost.py')
-rw-r--r--foremanhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/foremanhost.py b/foremanhost.py
index dc53015..512da46 100644
--- a/foremanhost.py
+++ b/foremanhost.py
@@ -88,7 +88,7 @@ from ansible.module_utils.basic import *
try:
import requests
except ImportError:
- HAS_REQUESTE = False
+ HAS_REQUESTS = False
else:
from requests.auth import HTTPBasicAuth
HAS_REQUESTS = True