Skip to content

Commit

Permalink
Update sky/task.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zhanghao Wu <[email protected]>
  • Loading branch information
cblmemo and Michaelvll authored Sep 18, 2023
1 parent 609a1fc commit 5cd6bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def update_envs(
self._envs.update(envs)
# If the update_envs() is called after set_resources(), we need to
# manually update docker login config in task resources, in case the
# newly added envs are docker login envs.
# docker login envs are newly added.
if _check_docker_login_config(self._envs):
self.resources = _with_docker_login_config(self.resources,
self._envs)
Expand Down

0 comments on commit 5cd6bc5

Please sign in to comment.