From 15a900b1bb065dd6ece788ab8a38fc04440702a3 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 19 Apr 2023 09:18:55 -0700 Subject: [PATCH] Use compose plugin language in documentation --- .pre-commit-hooks.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b98b155..2bfb7dc 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,7 @@ --- - id: docker-compose-check - name: Validate docker-compose files - description: Checks that docker-compose files are valid + name: Validate docker compose files + description: Checks that docker compose files are valid language: script entry: compose-check.sh files: (docker-)?compose.y[a]{0,1}ml$ diff --git a/README.md b/README.md index 6a9d5fa..102d7cf 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ and then run `pre-commit autoupdate`. ## Hooks ### docker-compose-check -Verifies that docker-compose files are valid by using `docker-compose config` to parse them. +Verifies that docker compose files are valid by using `docker compose config` to parse them.