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…
Reference in New Issue