Skip to content

Commit

Permalink
fix: docker logs
Browse files Browse the repository at this point in the history
refs #1462

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Apr 21, 2020
1 parent a39329f commit 75c373b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/artifact/extras.go
@@ -0,0 +1 @@
package artifact
2 changes: 1 addition & 1 deletion internal/pipe/docker/docker.go
Expand Up @@ -122,7 +122,7 @@ func doRun(ctx *context.Context) error {
return fmt.Errorf(
"%d binaries match docker definition: %v: %s_%s_%s, should be %d",
len(binaries),
docker.Binaries, docker.Goos, docker.Goarch, docker.Goarm,
binaryNames, docker.Goos, docker.Goarch, docker.Goarm,
len(docker.Binaries),
)
}
Expand Down

0 comments on commit 75c373b

Please sign in to comment.