diff --git a/src/Application.cpp b/src/Application.cpp index 980232b0..de3d4e5a 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -408,7 +408,7 @@ int Application::presentCapabilitiesMachine() { } std::cout << QJsonDocument(QJsonObject({ - {"supportedTargets", supportedTargets}, + {"targets", supportedTargets}, #ifndef EXCLUDE_INSIGHT {"insight", true}, #else