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 = '')
|
public static function renderKeyValue($key, $value, $prefix = '')
|
||||||
{
|
{
|
||||||
return sprintf(
|
return sprintf(
|
||||||
"%s %s = %s\n",
|
"%s%s = %s\n",
|
||||||
$prefix,
|
$prefix,
|
||||||
$key,
|
$key,
|
||||||
$value
|
$value
|
||||||
|
|
Loading…
Reference in New Issue