Skip to content

Commit

Permalink
Use to instead of on
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla committed Nov 18, 2024
1 parent 9bd7349 commit 5e15126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/subcommands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def init(
# DigitalOcean is no longer supported
if inputs.cloud_provider == "do":
rich.print(
":warning: DigitalOcean is no longer supported. You'll need to deploy on an existing k8s cluster if you plan to use Nebari on DigitalOcean :warning:\n"
":warning: DigitalOcean is no longer supported. You'll need to deploy to an existing k8s cluster if you plan to use Nebari on DigitalOcean :warning:\n"
)

inputs.region = check_cloud_provider_region(region, inputs.cloud_provider)
Expand Down

0 comments on commit 5e15126

Please sign in to comment.