Skip to content

Commit

Permalink
fix var name (#13657)
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish authored Jan 11, 2023
1 parent 5ef689f commit a83d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bin/start-druid-main.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def verify_service_config(service, config):

mm_task_java_opts_prop, mm_task_worker_capacity_prop = task_memory_params_present(config, MIDDLE_MANAGER)

if mm_task_java_opts_property is False:
if mm_task_java_opts_prop is False:
raise ValueError('{0} property missing in {1}/runtime.properties'.format(TASK_JAVA_OPTS_PROPERTY, service))


Expand Down

0 comments on commit a83d1cd

Please sign in to comment.