Skip to content

Commit

Permalink
Add ltsnightlyqa channel. (#3188)
Browse files Browse the repository at this point in the history
b/320690807

Change-Id: Icbc5031fe6bfba856abb8ceb2c80d0ef54027e0d
  • Loading branch information
yjzhang111 committed May 8, 2024
1 parent 5d80a91 commit 02bd375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobalt/updater/configurator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ std::vector<uint8_t> 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 &&
Expand Down

0 comments on commit 02bd375

Please sign in to comment.