mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
6e17eadf8f
commit
934234926e
@ -96,7 +96,7 @@ int VariableGetCommand::Run(const boost::program_options::variables_map& vm, con
|
||||
Dictionary::Ptr variable = JsonDeserialize(message);
|
||||
|
||||
if (variable->Get("name") == ap[0]) {
|
||||
std::cout << variable->Get("value");
|
||||
std::cout << variable->Get("value") << "\n";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user