mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user