From 7fd063ea69f893d73939f54c61d24f696fd7240e Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 30 Apr 2018 15:30:09 +0200 Subject: [PATCH] [fix] wrong license name. --- replace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replace.py b/replace.py index e26d457..4aa329c 100644 --- a/replace.py +++ b/replace.py @@ -37,5 +37,5 @@ def replace(original_file, placeholder_start, placeholder_end, my_target_file.write(new_content) print("Will start replace") -replace('content/pages/wiki/g1-license.md', '\[//\]: # \(BeginLicense\)', '\[//\]: # \(EndLicense\)', 'content/files/licence_g1.txt') +replace('content/pages/wiki/g1-license.md', '\[//\]: # \(BeginLicense\)', '\[//\]: # \(EndLicense\)', 'content/files/license_g1.txt') print("Replace completed") -- GitLab