fixes syntax

This commit is contained in:
Hyatt 2023-10-22 12:49:06 -05:00
parent 32b3c3c43f
commit 35c5959096
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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.")
}
}