cloud_discovery: fix typo

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-08-14 16:58:33 +02:00
parent 9866d4a86e
commit b995833a03

View File

@@ -52,7 +52,7 @@ function detect_certificate_type() {
if (!match(issuer, /Telecom Infra Project Issuing CA/)) {
ulog(LOG_INFO, 'Certificate type is "Demo" \n');
cds_server = 'discovery-qa.open-lan.org';
timeouts.expiry_threshold: 3 * 24 * 60 * 60,
timeouts.expiry_threshold = 3 * 24 * 60 * 60;
} else {
ulog(LOG_INFO, 'Certificate type is "TIP"\n');
}