From 13945e78408e96c54ac8fcdc595352d22df35a14 Mon Sep 17 00:00:00 2001 From: Romain Herault Date: Sun, 10 Aug 2025 10:27:38 +0200 Subject: [PATCH] typo: add space to sync command No space cause an error `404: Not Foundcurl: (6) Could not resolve host: sh` --- symfony/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/index.md b/symfony/index.md index 0c9d3f5ec47..75b8096b4b3 100644 --- a/symfony/index.md +++ b/symfony/index.md @@ -247,7 +247,7 @@ You have started a project with the API Platform template and you would like to Run the following command to import the changes since your last update: ```console -curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh| sh -s -- https://github.com/api-platform/api-platform +curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/api-platform/api-platform ``` Resolve potential conflicts, run `git cherry-pick --continue` and you are done!