add http
Some checks failed
Run Check Script / check (pull_request) Failing after 50s

This commit is contained in:
2025-09-09 22:24:36 -04:00
parent 7bc083701e
commit 8424778871
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ impl<
};
Ok(InstallationOutcome::success_with_details(vec![format!(
"{}: {domain}",
"{}: http://{domain}",
self.application.name()
)]))
}