From 7f1779d7066dd506ae84bf27a3edf5cec764a6c4 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Fri, 15 Jun 2018 00:06:22 +0300 Subject: [PATCH] docs: remove extra backtick from README.md.tmpl Fix stale template after #103 --- README.md.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md.tmpl b/README.md.tmpl index cdf190a5..cefc70fc 100644 --- a/README.md.tmpl +++ b/README.md.tmpl @@ -271,7 +271,7 @@ required = [ ``` In your CI scripts, install the vendored `golangci-lint` like this: ```bash -go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/` +go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/ ``` Vendoring `golangci-lint` saves a network request, potentially making your CI system a little more reliable.