Skip to content

Commit

Permalink
--version to version
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Aug 7, 2024
1 parent 5063aa6 commit b17f341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def output(cmd):
),
"docker-compose": (
# Command to get version
["docker", "compose", "--version"],
["docker", "compose", "version"],
# Extract *only* the version number
lambda v: re.search(r"\s*([\d.]+)", v).group(0).strip(),
# It must be >= 1.22.0
Expand Down

0 comments on commit b17f341

Please sign in to comment.