mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 00:21:21 -03:00
fix function name
This commit is contained in:
@@ -41,7 +41,7 @@ function testResults (form) {
|
||||
|
||||
|
||||
|
||||
function buildHexStringCommand(name, app, service) {
|
||||
function generatesvc(name, app, service) {
|
||||
let svcdns = name + app + service;
|
||||
return svcdns;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user