diff --git a/cobalt/updater/configurator.cc b/cobalt/updater/configurator.cc index ea99e4e05757..be2f60ca49eb 100644 --- a/cobalt/updater/configurator.cc +++ b/cobalt/updater/configurator.cc @@ -226,7 +226,7 @@ std::vector Configurator::GetRunActionKeyHash() const { return {}; } std::string Configurator::GetAppGuidHelper(const std::string& updater_channel, const std::string& version) { - if (updater_channel == "ltsnightly") { + if (updater_channel == "ltsnightly" || updater_channel == "ltsnightlyqa") { return kOmahaCobaltLTSNightlyAppID; } if (version.find(".lts.") != std::string::npos &&