Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Nov 29, 2023
1 parent 423b83c commit c0731e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/utils/controller_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def shared_controller_vars_to_fill(controller_type: str) -> Dict[str, str]:
env_options.Options.SKIP_CLOUD_IDENTITY_CHECK.value: '1',
})
vars_to_fill['controller_envs'] = env_vars
return env_vars
return vars_to_fill


def get_controller_resources(
Expand Down

0 comments on commit c0731e2

Please sign in to comment.