IcingaConfigHelper: no predefined prefix

This commit is contained in:
Thomas Gelf 2015-06-11 21:32:29 +02:00
parent b2f66b3995
commit aaae6c02c6
1 changed files with 1 additions and 1 deletions

View File

@ -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