diff --git a/sky/task.py b/sky/task.py index d4820effaf6..448c2339e23 100644 --- a/sky/task.py +++ b/sky/task.py @@ -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)