Skip to content

Commit

Permalink
fix: missed rename data_feed to data_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Feb 20, 2024
1 parent e56cc39 commit e52b3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean/commands/live/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def deploy(project: Path,
[update_essential_properties_available(data_feed_configurers, kwargs)]

elif brokerage is not None or len(data_provider_live) > 0:
ensure_options(["brokerage", "data_feed"])
ensure_options(["brokerage", "data_provider_live"])

environment_name = "lean-cli"
lean_config = lean_config_manager.get_complete_lean_config(environment_name, algorithm_file, None)
Expand Down

0 comments on commit e52b3a4

Please sign in to comment.