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

fixed typo

This commit is contained in:
Carlos Alexandro Becker 2017-08-18 18:53:54 -03:00
parent f154eab9c3
commit 35eb7144a5
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -61,7 +61,7 @@ func archFor(key string) string {
return "x86_64"
}
func create(ctx *context.Context, format, folder, arch, binaries []context.Binary) error {
func create(ctx *context.Context, format, folder, arch string, binaries []context.Binary) error {
var path = filepath.Join(ctx.Config.Dist, folder)
var file = path + "." + format
log.WithField("file", file).Info("creating fpm archive")