1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00

removed unneeded pointers from context

This commit is contained in:
Carlos Alexandro Becker
2017-01-18 15:08:48 -02:00
parent aa1699747e
commit e8ab2b2fe2
8 changed files with 35 additions and 38 deletions

View File

@ -25,7 +25,7 @@ func (Pipe) Run(ctx *context.Context) (err error) {
return
}
ctx.Git = &context.GitInfo{
ctx.Git = context.GitInfo{
CurrentTag: tag,
PreviousTag: previous,
Diff: log,