From d40ec87f051f6fc26ae31ba4dd2cc10fa4744a1b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 24 Aug 2023 13:25:22 +0200 Subject: [PATCH] bake: fix remote def docs Signed-off-by: CrazyMax --- content/build/bake/remote-definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/build/bake/remote-definition.md b/content/build/bake/remote-definition.md index c35dccf962..04ffe15718 100644 --- a/content/build/bake/remote-definition.md +++ b/content/build/bake/remote-definition.md @@ -52,7 +52,7 @@ If you want to access the main context for bake command from a bake file that has been imported remotely, you can use the [`BAKE_CMD_CONTEXT` built-in var](reference.md#built-in-variables). ```console -$ cat https://raw.githubusercontent.com/tonistiigi/buildx/remote-test/docker-bake.hcl +$ curl -s https://raw.githubusercontent.com/tonistiigi/buildx/remote-test/docker-bake.hcl ``` ```hcl