Skip to content

Commit e435378

Browse files
Update src/dstack/_internal/core/backends/verda/compute.py
Co-authored-by: jvstme <36324149+jvstme@users.noreply.github.com>
1 parent e22e898 commit e435378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dstack/_internal/core/backends/verda

src/dstack/_internal/core/backends/verda/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def create_instance(
108108
ssh_ids.append(
109109
_create_ssh_key(
110110
client=self.client,
111-
name=f"dstack-{instance_name}-{idx}.key",
111+
name=f"{instance_name}-{idx}.key",
112112
public_key=ssh_public_key,
113113
)
114114
)

0 commit comments

Comments
 (0)