Skip to content

Commit

Permalink
Change command docker compose back to docker-compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
terhisalonen committed Jan 31, 2024
1 parent ba85c97 commit e796fc8
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 @@ -45,7 +45,7 @@ misc_opts=(
)

echo "here 3"
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 e796fc8

Please sign in to comment.