Skip to content

Commit 6cd9bbc

Browse files
committed
fix: Example file should point to upstream repo
1 parent 43adf95 commit 6cd9bbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config-docker-example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This configuration uses Docker containers instead of requiring local tool installation
33

44
repos:
5-
- repo: https://github.com/actuarysailor/pre-commit-terraform
5+
- repo: https://github.com/antonbabenko/pre-commit-terraform
66
rev: v1.96.1 # Use a stable release version
77
hooks:
88
# Option 1: Use Docker-based hooks (no local tool installation required)
@@ -38,7 +38,7 @@ repos:
3838
# ⚠️ Need to ensure Docker image is available (pull or build)
3939

4040
# Build the tools image locally with:
41-
# docker build -f Dockerfile.tools -t ghcr.io/actuarysailor/pre-commit-terraform-tools:latest .
41+
# docker build -f Dockerfile.tools -t ghcr.io/antonbabenko/pre-commit-terraform-tools:latest .
4242

4343
# Or use the pre-built image once published:
44-
# docker pull ghcr.io/actuarysailor/pre-commit-terraform-tools:latest
44+
# docker pull ghcr.io/antonbabenko/pre-commit-terraform-tools:latest

0 commit comments

Comments
 (0)