fixes syntax
This commit is contained in:
parent
32b3c3c43f
commit
35c5959096
@ -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.")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user