Skip to content

Commit

Permalink
[FIX] Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdauden committed Apr 4, 2024
1 parent 05a8f68 commit e2bc946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"build"
]["args"]["ODOO_VERSION"]
)
DOCKER_COMPOSE_CMD = (
f"{shutil.which('docker')} compose" or shutil.which("docker-compose")
DOCKER_COMPOSE_CMD = f"{shutil.which('docker')} compose" or shutil.which(
"docker-compose"
)

_logger = getLogger(__name__)
Expand Down

0 comments on commit e2bc946

Please sign in to comment.