From 35c5959096fab77d50927161b0a381704462a151 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sun, 22 Oct 2023 12:49:06 -0500 Subject: [PATCH] fixes syntax --- nordvpn-autoconfigure.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nordvpn-autoconfigure.jenkins b/nordvpn-autoconfigure.jenkins index d2fa082..33d68fc 100644 --- a/nordvpn-autoconfigure.jenkins +++ b/nordvpn-autoconfigure.jenkins @@ -171,7 +171,7 @@ data: secret: k8sSecret, secretID: "nordvpn.com.tcp.ovpn" ) - if result.length() == 0 { + if (result.length() == 0) { throw new Exception("Secret is empty.") } }