Skip to content

Commit 6b2382b

Browse files
committed
chore: fix url case
1 parent 283b66d commit 6b2382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/builder_linter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
161161
WithSince("v1.58.0").
162162
WithPresets(linter.PresetStyle).
163163
WithLoadForGoAnalysis().
164-
WithURL("https://github.com/lasiar/canonicalHeader"),
164+
WithURL("https://github.com/lasiar/canonicalheader"),
165165

166166
linter.NewConfig(containedctx.New()).
167167
WithSince("v1.44.0").

0 commit comments

Comments
 (0)