mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fixed typo
This commit is contained in:
parent
f154eab9c3
commit
35eb7144a5
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user