mirror of https://github.com/Icinga/icinga2.git
parent
60859043c8
commit
e4a1572c9b
|
@ -223,7 +223,7 @@ void ObjectListCommand::PrintValue(std::ostream& fp, const Value& val)
|
|||
}
|
||||
|
||||
if (val.IsString()) {
|
||||
fp << "'" << Convert::ToString(val) << "'";
|
||||
fp << "\"" << Convert::ToString(val) << "\"";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue