Merge pull request #71 from cpuguy83/docker_bake_file_help

Correct help output for default bake file.
pull/75/head
Tõnis Tiigi 6 years ago committed by GitHub
commit cb83df7a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ func runBake(dockerCli command.Cli, targets []string, in bakeOptions) error {
return err return err
} }
if len(files) == 0 { 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 in.files = files
} }

Loading…
Cancel
Save