Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JGSweets committed Jul 10, 2024
1 parent 28f0906 commit 9fd434e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sky/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ def _maybe_clone_disk_from_cluster(clone_disk_from: Optional[str],
with rich_utils.safe_status('Creating image from source cluster '
f'{clone_disk_from!r}'):
image_id = original_cloud.create_image_from_cluster(
clone_disk_from,
resources_utils.ClusterName(
cluster_name=resources_utils.ClusterName(
display_name=handle.cluster_name,
name_on_cloud=handle.cluster_name_on_cloud),
region=handle.launched_resources.region,
Expand Down

0 comments on commit 9fd434e

Please sign in to comment.