From bcd9cda41c66def61f907c98ae05ec30a7f78c10 Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Thu, 9 Jul 2020 18:01:12 +0200 Subject: [PATCH] docs: Fix download command Signed-off-by: Christopher Crone Signed-off-by: Nicolas De Loof --- ecs/docs/get-started-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/docs/get-started-linux.md b/ecs/docs/get-started-linux.md index 1b24c84f7..afada8906 100644 --- a/ecs/docs/get-started-linux.md +++ b/ecs/docs/get-started-linux.md @@ -20,7 +20,7 @@ You can download the Docker ECS plugin from this repository using the following command: ```console -$ curl -L https://github.com/docker/ecs-plugin/releases/latest/download/docker-ecs-linux-amd64 +$ curl -LO https://github.com/docker/ecs-plugin/releases/latest/download/docker-ecs-linux-amd64 ``` You will then need to make it executable: