Skip to content

Commit 8b7288a

Browse files
authored
Merge pull request #33 from two-inc/fix-git-hooks-ssh-url
INF-780/chore: use HTTPS URL for git-hooks pre-commit repo
2 parents 5bf73b9 + 3d94b77 commit 8b7288a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Alternatively, you can use ssh
4040

4141
```yaml
4242
# .pre-commit-config.yaml
43-
- repo: git@github.com:two-inc/git-hooks.git
43+
- repo: https://github.com/two-inc/git-hooks
4444
rev: 25.08.04
4545
hooks:
4646
- id: commit-type-with-linear-ref

0 commit comments

Comments
 (0)