Skip to content

Commit

Permalink
Replace "docker compose" with "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Aug 16, 2024
1 parent c6b3e51 commit fd498f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integration-tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func buildAgent() {
}

func setupEnvironment() {
success := executeCommand("docker-compose", []string{"up", "--abort-on-container-exit"}, "Setting up environment with Docker Compose")
success := executeCommand("docker", []string{"compose", "up", "--abort-on-container-exit"}, "Setting up environment with Docker Compose")
if !success {
executeCommand("docker", []string{"ps", "-las"}, "Docker ps")
}
Expand Down

0 comments on commit fd498f3

Please sign in to comment.