From c48a762390ae374913bfeb6002455dadbf5bf92a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 20 Dec 2020 18:33:14 +0100 Subject: [PATCH] Fix Readme Message --- app/tasks/UpdateGithubReadme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tasks/UpdateGithubReadme.ts b/app/tasks/UpdateGithubReadme.ts index e8b49a9..1dd4a85 100644 --- a/app/tasks/UpdateGithubReadme.ts +++ b/app/tasks/UpdateGithubReadme.ts @@ -51,7 +51,7 @@ export async function UpdateGitHubReadme(): Promise { if (!change) return let new_content = content.replace(old_stats_table, stats_table + '\n\n'); - new_content = new_content.replace(old_infos_table, infos_table + '\n') + new_content = new_content.replace(old_infos_table, infos_table + '\n\n') await axios.put('https://api.github.com/repos/ArthurDanjou/ArthurDanjou/contents/README.md', {