mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
IcingaConfigHelper: no predefined prefix
This commit is contained in:
parent
b2f66b3995
commit
aaae6c02c6
@ -38,7 +38,7 @@ class IcingaConfigHelper
|
||||
public static function renderKeyValue($key, $value, $prefix = '')
|
||||
{
|
||||
return sprintf(
|
||||
"%s %s = %s\n",
|
||||
"%s%s = %s\n",
|
||||
$prefix,
|
||||
$key,
|
||||
$value
|
||||
|
Loading…
x
Reference in New Issue
Block a user