mirror of https://github.com/Icinga/icinga2.git
parent
435d18ec5c
commit
6de85912ed
|
@ -71,7 +71,7 @@ int VariableGetCommand::Run(const boost::program_options::variables_map& vm, con
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vm.count("current")) {
|
if (vm.count("current")) {
|
||||||
std::cout << ScriptVariable::Get(ap[0], &Empty);
|
std::cout << ScriptVariable::Get(ap[0], &Empty) << "\n";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue