Skip to content

Commit

Permalink
Fix typo in guided init (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla authored Aug 21, 2024
2 parents 3695eb4 + d0bd06a commit 47780cb
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 @@ -743,7 +743,7 @@ def guided_init_wizard(ctx: typer.Context, guided_init: str):
# DOMAIN NAME
rich.print(
(
"\n\n 🪴 Great! Now you can provide a valid domain name (i.e. the URL) to access your Nebri instance. "
"\n\n 🪴 Great! Now you can provide a valid domain name (i.e. the URL) to access your Nebari instance. "
"This should be a domain that you own. Default if unspecified is the IP of the load balancer.\n\n"
)
)
Expand Down

0 comments on commit 47780cb

Please sign in to comment.