Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion engine/src/flutter/shell/common/shorebird/shorebird.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ bool ConfigureShorebird(const ShorebirdConfigArgs& args,
auto shorebird_updater_dir_name = "shorebird_updater";

// Parse app id from shorebird.yaml
std::string app_id = GetValueFromYaml(args.shorebird_yaml, "appid");
std::string app_id = GetValueFromYaml(args.shorebird_yaml, "app_id");
if (app_id.empty()) {
FML_LOG(ERROR) << "Shorebird updater: appid not found in shorebird.yaml";
return false;
Expand Down
Loading