Skip to content

Commit

Permalink
Fix formatting issue with version summary output.
Browse files Browse the repository at this point in the history
The Levant version summary output had an erronous trailing quote
which has been resolved by correcting the goreleaser file.

Closes #166
  • Loading branch information
jrasell committed May 14, 2018
1 parent 5591ecd commit 9491ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -29,7 +29,7 @@ builds:
# - Version (Tag with the `v` prefix stripped)
# The default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}`
# Date format is `2006-01-02_15:04:05`
ldflags: -s -w -X main.Version={{.Version}} -X main.GitCommit={{.Commit}} -X main.BuildDate={{.Date}} -X main.GitBranch={{.Tag}} -X main.GitState={{.Tag}} -X main.GitSummary={{.Commit}}"
ldflags: -s -w -X main.Version={{.Version}} -X main.GitCommit={{.Commit}} -X main.BuildDate={{.Date}} -X main.GitBranch={{.Tag}} -X main.GitState={{.Tag}} -X main.GitSummary={{.Commit}}

archive:
# You can change the name of the archive.
Expand Down

0 comments on commit 9491ef5

Please sign in to comment.