Skip to content

Commit

Permalink
MINOR: [Archery] Fix typo on docker CI comment (#44130)
Browse files Browse the repository at this point in the history
### Rationale for this change

There is a typo on the comment

### What changes are included in this PR?

Fix typo

### Are these changes tested?

No

### Are there any user-facing changes?

No

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Sep 16, 2024
1 parent 1f964fc commit 3f0585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/docker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def docker(ctx, src, dry_run, using_legacy_docker_compose, using_docker_cli,
using_docker_cli |= using_docker_buildx
compose_bin = ("docker-compose" if using_legacy_docker_compose
else "docker compose")
with group("Docker: Preppare"):
with group("Docker: Prepare"):
compose = DockerCompose(config_path, params=os.environ,
using_docker=using_docker_cli,
using_buildx=using_docker_buildx,
Expand Down

0 comments on commit 3f0585a

Please sign in to comment.