fix function name

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-15 12:49:23 +02:00
parent f0ae209813
commit 1bf747f7fa
@@ -41,7 +41,7 @@ function testResults (form) {
function buildHexStringCommand(name, app, service) {
function generatesvc(name, app, service) {
let svcdns = name + app + service;
return svcdns;
};