1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

source pipe dont need to be a pointer

This commit is contained in:
Carlos Alexandro Becker 2017-01-23 09:42:41 -02:00
parent 415aadb346
commit d44e2b51d1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -28,7 +28,7 @@ var pipes = []pipeline.Pipe{
git.Pipe{},
repos.Pipe{},
&source.Pipe{},
source.Pipe{},
// real work
build.Pipe{},