Skip to content

Commit

Permalink
Use correct channel for monitor-web.yaml in convert_feature_manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
brennie committed Aug 18, 2023
1 parent d73217d commit 1d53a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ convert_feature_manifests:
git submodule init;\
git submodule update --recursive;\
cd components/support/nimbus-fml;\
cargo run "../../../../monitor-web.fml.yaml" experimenter --output "../../../../monitor-web.yaml" --channel developer;
cargo run generate-experimenter --channel beta "../../../../monitor-web.fml.yaml" "../../../../monitor-web.yaml";

fetch_external_resources: jetstream_config feature_manifests convert_feature_manifests
echo "External Resources Fetched"
Expand Down

0 comments on commit 1d53a36

Please sign in to comment.