From 5302b2d1f7c400d89f399e63e8e5932712548324 Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Fri, 22 Mar 2024 05:59:57 +0000 Subject: [PATCH] Updated --- .../docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md index 09ddea6ac8..cfb63ce808 100644 --- a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md +++ b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md @@ -62,7 +62,7 @@ Here is the summary of the steps: 1. Ensure Docker is running, then download the Docker compose file with: - ```shell + ```sh curl -o docker-compose.yml \ https://raw.githubusercontent.com/kestra-io/kestra/develop/docker-compose.yml ```