From 3f9914c2b367dbd45be505854e89a51221d063a1 Mon Sep 17 00:00:00 2001 From: nhyatt <nhyatt@smoothnet.org> Date: Thu, 2 Jan 2025 20:20:10 -0600 Subject: [PATCH] adds missing comma --- nordvpn-autoconfigure.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nordvpn-autoconfigure.jenkins b/nordvpn-autoconfigure.jenkins index 5b7faf1..3426bd2 100644 --- a/nordvpn-autoconfigure.jenkins +++ b/nordvpn-autoconfigure.jenkins @@ -48,7 +48,7 @@ pipeline { // list of urls that return different nordVPN servers def nordURLs = [ // canada - "https://api.nordvpn.com/v2/servers?limit=5&filters\\[country_id\\]=38&filters\\[servers_technologies\\]=5" + "https://api.nordvpn.com/v2/servers?limit=5&filters\\[country_id\\]=38&filters\\[servers_technologies\\]=5", // denmark "https://api.nordvpn.com/v2/servers?limit=5&filters\\[country_id\\]=58&filters\\[servers_technologies\\]=5", // france