Skip to content

Commit 2fd9d31

Browse files
Bihanjvstme
andauthored
Update src/dstack/_internal/core/backends/digitalocean_base/models.py
Co-authored-by: jvstme <36324149+jvstme@users.noreply.github.com>
1 parent f4c306e commit 2fd9d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dstack/_internal/core/backends/digitalocean_base

src/dstack/_internal/core/backends/digitalocean_base/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class BaseDigitalOceanBackendConfig(CoreModel):
1818
type: Annotated[
1919
Literal["amddevcloud", "digitalocean"],
2020
Field(description="The type of backend"),
21-
] = "digitalocean"
21+
]
2222
project_name: Annotated[Optional[str], Field(description="The name of the project")] = None
2323
regions: Annotated[
2424
Optional[List[str]],

0 commit comments

Comments
 (0)