diff --git a/script/cibuild-entitlements-gitrepo-auditor-plugin-acceptance b/script/cibuild-entitlements-gitrepo-auditor-plugin-acceptance index f7d50a4..ec52362 100755 --- a/script/cibuild-entitlements-gitrepo-auditor-plugin-acceptance +++ b/script/cibuild-entitlements-gitrepo-auditor-plugin-acceptance @@ -22,7 +22,7 @@ end_fold() { } docker_compose() { - cd "$DIR" && docker-compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@" + cd "$DIR" && docker compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@" } unset DOCKER_COMPOSE_NEEDS_SHUTDOWN