From 6afa2060c05d07608171cc6d7e5142eb3c6bb63e Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 5 May 2024 15:33:28 +0200 Subject: [PATCH] Fix indentation --- ci/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()