Skip to content
Snippets Groups Projects
Commit 7fd063ea authored by Moul's avatar Moul
Browse files

[fix] wrong license name.

parent 2f319f20
No related branches found
No related tags found
No related merge requests found
...@@ -37,5 +37,5 @@ def replace(original_file, placeholder_start, placeholder_end, ...@@ -37,5 +37,5 @@ def replace(original_file, placeholder_start, placeholder_end,
my_target_file.write(new_content) my_target_file.write(new_content)
print("Will start replace") 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") print("Replace completed")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment