1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-17 01:42:37 +02:00

changing repo config

This commit is contained in:
Carlos Alexandro Becker
2017-03-22 21:01:29 -03:00
parent a505f74627
commit 45ec67efb3
13 changed files with 120 additions and 125 deletions

View File

@ -3,6 +3,7 @@ package brew
import (
"testing"
"github.com/goreleaser/goreleaser/config"
"github.com/stretchr/testify/assert"
)
@ -23,7 +24,7 @@ var defaultTemplateData = templateData{
Desc: "Some desc",
Homepage: "https://google.com",
Name: "Test",
Repo: "caarlos0/test",
Repo: config.Repo{"caarlos0", "test"},
Tag: "v0.1.3",
Version: "0.1.3",
File: "test_Darwin_x86_64",