fixed misspelled var

This commit is contained in:
Brian Coca 2016-04-22 15:19:44 -04:00
parent 221b1c9fd0
commit 6a983b0fc4

View file

@ -737,7 +737,7 @@ class DockerInventory(object):
cert_path = os.path.join(cert_path, 'cert.pem')
cacert_path = def_cacert_path or self._args.cacert_path or self._env_args.cert_path
if cacertpath and cacert_path == self._env_args.cert_path:
if cacert_path and cacert_path == self._env_args.cert_path:
cacert_path = os.path.join(cacert_path, 'ca.pem')
key_path = def_key_path or self._args.key_path or self._env_args.cert_path