From d584712ff4fb5b5b2ad55ff656abb9a7ce7a5c7c Mon Sep 17 00:00:00 2001 From: Akumatic Date: Sun, 22 Sep 2024 01:49:50 +0200 Subject: [PATCH] Fix missing translation --- content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md b/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md index 1b9e6ec..d00527c 100644 --- a/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md +++ b/content/post/2024-09-21-blog-move-to-hugo-cf-pages/index.en.md @@ -87,7 +87,7 @@ Locally index all files created for the first commit, create it, add the previou git add * git commit -m "Initial Setup" git branch -M main -git remote add origin +git remote add origin git push -u origin main ```