mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
fix: typo in error message
This commit is contained in:
parent
f5590f11a1
commit
67039edc35
@ -153,7 +153,7 @@ func (Pipe) Run(ctx *context.Context) error {
|
||||
|
||||
func process(ctx *context.Context, docker config.Docker, artifacts []*artifact.Artifact) error {
|
||||
if len(artifacts) == 0 {
|
||||
log.Warn("not binaries or packages found for the given platform - COPY/ADD may not work")
|
||||
log.Warn("no binaries or packages found for the given platform - COPY/ADD may not work")
|
||||
}
|
||||
tmp, err := os.MkdirTemp("", "goreleaserdocker")
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user