From c7f9061eeeae356d5a11374780204b3e07a9d1cb Mon Sep 17 00:00:00 2001 From: Tanya Singh Date: Thu, 14 Aug 2025 11:06:54 +0800 Subject: [PATCH] cloud_discovery: Fix typo in cloud_discovery script Signed-off-by: Tanya Singh --- feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery index 3a2dd242a..85b411c71 100755 --- a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery +++ b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery @@ -51,7 +51,7 @@ function set_cds_server() { if (!match(issuer, /Telecom Infra Project Issuing CA/)) { ulog(LOG_INFO, 'Certificate type is "Demo" \n'); - est_server = 'openlan.keys.tip.build'; + cds_server = 'openlan.keys.tip.build'; } else { ulog(LOG_INFO, 'Certificate type is "TIP"\n'); }