diff --git a/replace.py b/replace.py
index e26d457e3cfa6d5b1e4d0c6507200ec0f9c322e2..4aa329c6db7d0b3f4fa9b63a64e9b2f316d929f1 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")