Skip to content

Commit d49a502

Browse files
authored
Merge pull request #22090 from mpesari/patch-2
Fix extra argument in example
2 parents 6f2acc9 + 037df62 commit d49a502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/bake/overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If more than one Bake file is found, all files are loaded and merged into a
6363
single definition. Files are merged according to the lookup order.
6464

6565
```console
66-
$ docker buildx bake bake --print
66+
$ docker buildx bake --print
6767
[+] Building 0.0s (1/1) FINISHED
6868
=> [internal] load local bake definitions 0.0s
6969
=> => reading compose.yaml 45B / 45B 0.0s

0 commit comments

Comments
 (0)