Skip to content

Commit 7f1779d

Browse files
committed
docs: remove extra backtick from README.md.tmpl
Fix stale template after golangci#103
1 parent 7f17cf0 commit 7f1779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ required = [
271271
```
272272
In your CI scripts, install the vendored `golangci-lint` like this:
273273
```bash
274-
go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/`
274+
go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/
275275
```
276276
Vendoring `golangci-lint` saves a network request, potentially making your CI system a little more reliable.
277277

0 commit comments

Comments
 (0)