From 7b2421d55194c9dc385eff7720a037aa9244ca3c Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sat, 26 Jan 2019 18:56:51 +0300 Subject: [PATCH] docs: remove extra bracket --- README.md | 2 +- README.tmpl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b71b3ed..caa208a0 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ cd $(go env GOPATH)/src/github.com/golangci/golangci-lint/cmd/golangci-lint go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'" ``` -(On Windows, you can run the above commands with Git Bash, which comes with [Git for Windows](https://git-scm.com/download/win). +On Windows, you can run the above commands with Git Bash, which comes with [Git for Windows](https://git-scm.com/download/win). ## Trusted By diff --git a/README.tmpl.md b/README.tmpl.md index 44f049aa..eddccbf6 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -114,7 +114,7 @@ cd $(go env GOPATH)/src/github.com/golangci/golangci-lint/cmd/golangci-lint go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'" ``` -(On Windows, you can run the above commands with Git Bash, which comes with [Git for Windows](https://git-scm.com/download/win). +On Windows, you can run the above commands with Git Bash, which comes with [Git for Windows](https://git-scm.com/download/win). ## Trusted By