Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterli29 committed Dec 26, 2024
1 parent 98a1d84 commit 7e501f3
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'There are invalid config in pod_config, deatil: {message}')
f'Invalid pod_config. Deatil: {message}')

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

0 comments on commit 7e501f3

Please sign in to comment.