Fix indentation

This commit is contained in:
Marius 2024-05-05 15:33:28 +02:00
parent 809343661b
commit 6afa2060c0

View File

@ -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()