diff --git a/Orchestrator/Actions/com.virtuallypotato.utility/getConfigValue.js b/Orchestrator/Actions/com.virtuallypotato.utility/getConfigValue.js index eee38ca..059b581 100644 --- a/Orchestrator/Actions/com.virtuallypotato.utility/getConfigValue.js +++ b/Orchestrator/Actions/com.virtuallypotato.utility/getConfigValue.js @@ -9,4 +9,5 @@ for each (configElement in Server.getConfigurationElementCategoryWithPath(path). if (configElement.name.indexOf(configurationName) === 0) { break; }; } var attribValue = configElement.getAttributeWithKey(variableName).value; + return attribValue;