Skip to content

Commit d91818f

Browse files
committed
fix hostname template
Signed-off-by: Robert Detjens <github@detjens.dev>
1 parent 314443c commit d91818f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deploy/frontend.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub async fn update_frontend(
3737
minijinja::context! {
3838
challenge => chal,
3939
host => hostname,
40+
hostname => hostname,
4041
port => chal_port(chal),
4142
nc => format!("`nc {} {}`", hostname, chal_port(chal)),
4243
url => format!("[https://{hostname}](https://{hostname})", ),

0 commit comments

Comments
 (0)