Skip to content

Commit 7f17cf0

Browse files
srizzlingjirfag
authored andcommitted
Remove extra backtick in install step
This just removes the extra back in the `go install` step. Helps people (like me) that just copy paste blindly into a Makefile or into the cmdline!
1 parent 9181ca7 commit 7f17cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ required = [
405405
```
406406
In your CI scripts, install the vendored `golangci-lint` like this:
407407
```bash
408-
go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/`
408+
go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/
409409
```
410410
Vendoring `golangci-lint` saves a network request, potentially making your CI system a little more reliable.
411411

0 commit comments

Comments
 (0)