Skip to content

Commit

Permalink
Fix docker_compose_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Oct 7, 2024
1 parent 63a845c commit a5f3117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-pytest
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ misc_opts=(
"-o" "cache_dir=/tmp/pytest_cache"
)

docker_compose_exec=("docker compose" "exec")
docker_compose_exec=("docker-compose" "exec")
if ! tty -s; then
docker_compose_exec+=("-T") # If there is no TTY available, pass -T
fi
Expand Down

0 comments on commit a5f3117

Please sign in to comment.