just,pre-commit: fix typos [skip ci]

This commit is contained in:
leo 2023-05-21 18:54:28 +02:00
parent 6ce05ea74d
commit 874cdcec3a
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ repos:
- repo: local
hooks:
- id: addlicense
name: addlicence -check
name: addlicense -check
entry: >
go run github.com/google/addlicense@v1.1.1 -check -v
pass_filenames: true

View File

@ -47,7 +47,7 @@ prod: tw build
gen:
go generate -v ./ent
# add licence headers to source code files.
# add license headers to source code files.
addlicense:
go run github.com/google/addlicense@v1.1.1 \
-v -s=only \