aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator
diff options
context:
space:
mode:
Diffstat (limited to 'license-generator')
-rw-r--r--license-generator/src/bin/license.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/license-generator/src/bin/license.rs b/license-generator/src/bin/license.rs
index 47b2bb1..973a1a6 100644
--- a/license-generator/src/bin/license.rs
+++ b/license-generator/src/bin/license.rs
@@ -57,7 +57,7 @@ where W: 'a + Write {
"Status: 200
Content-Type: text/html\n\n{}",
format!(
- include_str!("../../../thank-you.html"),
+ include_str!("../../../thank-you-license-download.html"),
name = name,
email = email,
secret = secret,