Skip to content

Commit

Permalink
Merge pull request docker#71 from cpuguy83/docker_bake_file_help
Browse files Browse the repository at this point in the history
Correct help output for default bake file.
  • Loading branch information
tonistiigi authored May 8, 2019
2 parents 84f7e9d + e23e4a6 commit cb83df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/bake.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func runBake(dockerCli command.Cli, targets []string, in bakeOptions) error {
return err
}
if len(files) == 0 {
return errors.Errorf("no docker-compose.yml or dockerbuild.hcl found, specify build file with -f/--file")
return errors.Errorf("no docker-compose.yml or docker-bake.hcl found, specify build file with -f/--file")
}
in.files = files
}
Expand Down

0 comments on commit cb83df7

Please sign in to comment.