Skip to content

Commit

Permalink
Change command docker-compose into docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
terhisalonen committed Jan 31, 2024
1 parent 6e84eca commit ba85c97
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 ba85c97

Please sign in to comment.