diff --git a/ci/ci.py b/ci/ci.py index 7776967..b7f9872 100755 --- a/ci/ci.py +++ b/ci/ci.py @@ -92,7 +92,7 @@ class SetEnvs(): if os.environ.get("DOCKER_VOLUMES"): self.logger.warning("DOCKER_VOLUMES env is not in use") if os.environ.get("DOCKER_PRIVILEGED"): - self.logger.warning("DOCKER_PRIVILEGED env is not in use") + self.logger.warning("DOCKER_PRIVILEGED env is not in use") self.check_env() self.validate_attrs()