Skip to content

Commit

Permalink
Update sky/backends/backend_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj authored Jan 3, 2025
1 parent 81029d7 commit d349c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/backends/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def write_cluster_config(
valid, message = kubernetes_utils.check_pod_config(pod_config)
if not valid:
raise exceptions.InvalidCloudConfigs(
f'Invalid pod_config. Deatils: {message}')
f'Invalid pod_config. Details: {message}')

if dryrun:
# If dryrun, return the unfinished tmp yaml path.
Expand Down

0 comments on commit d349c37

Please sign in to comment.